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
Mutations implement the same options as ObjectType (because they create ObjectType under the hood), but using interfaces meta argument does not have the expected effect of applying the GraphQL Interfaces to the Mutation Payload ObjectType.
Mutation should be able to apply interfaces Meta argument to have the payload object type implement the desired interfaces.
Mutations implement the same options as ObjectType (because they create ObjectType under the hood), but using
interfaces
meta argument does not have the expected effect of applying the GraphQL Interfaces to the Mutation Payload ObjectType.Mutation should be able to apply
interfaces
Meta argument to have the payload object type implement the desired interfaces.See this thread for more discussion:
Originally posted by @jkimbo in #971
The text was updated successfully, but these errors were encountered: