graphql / graphql/graphql-spec
Defer on Mutations
Open
- Dominant language
- JavaScript
- Stars
- 14.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hi @robrichard,
We are now almost through with the implementation of the current draft of `@defer`.
In the current spec draft, `subsequentPayloads` are being processed after query but nor after mutation. I know deferring the mutation fields themselves does not make any sense, but the result of a mutation field is again a query on the changed state of the server, so should these parts be deferrable?
Also, should there be a note stating that defer can only be applied to queries?
Contributor guide
Assessment
This issue has not been assessed yet.