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
These directives should be only for the schema, for server usage.
Apollo's solution could be a way to go with this. Having different interfaces for each location would be great solution. Each "visit" function could override the actual type/resource it's for.
Schema
Scalar
Object
Field definition
Argument definition
Interface
Union
Enum
EnumValue
InputObject
InputField
The text was updated successfully, but these errors were encountered:
These directives should be only for the schema, for server usage.
Apollo's solution could be a way to go with this. Having different interfaces for each location would be great solution. Each "visit" function could override the actual type/resource it's for.
The text was updated successfully, but these errors were encountered: