You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe somebody can help here? I get following warnings, when I execute a query:
Failed to define value method for :ai, because Country already responds to that method. Use `value_method:` to override the method name or `value_method: false` to disable Enum value method generation.
Failed to define value method for :comment, because ActivityType already responds to that method. Use `value_method:` to override the method name or `value_method: false` to disable Enum value method generation.
Failed to define value method for :class, because Reason already responds to that method. Use `value_method:` to override the method name or `value_method: false` to disable Enum value method generation.
Failed to define value method for :ai, because EncashmentType already responds to that method. Use `value_method:` to override the method name or `value_method: false` to disable Enum value method generation.
How to fix them?
Update:
@rmosolgo I think this warning comes from graphql-ruby-gem. Is it possible to disable the enum-method-gen completely? It's an external schema, so I do not define enums manually.
thanks
The text was updated successfully, but these errors were encountered:
Hey 👋 ,
maybe somebody can help here? I get following warnings, when I execute a query:
How to fix them?
Update:
@rmosolgo I think this warning comes from
graphql-ruby
-gem. Is it possible to disable the enum-method-gen completely? It's an external schema, so I do not define enums manually.thanks
The text was updated successfully, but these errors were encountered: