Skip to content

Mutation argument interfaces does not work #994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dvndrsn opened this issue Jun 4, 2019 · 0 comments · Fixed by #1023
Closed

Mutation argument interfaces does not work #994

dvndrsn opened this issue Jun 4, 2019 · 0 comments · Fixed by #1023

Comments

@dvndrsn
Copy link
Contributor

dvndrsn commented Jun 4, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant