require-field-of-type-query-in-mutation-result
Allow the client in one round-trip not only to call mutation but also to get a wagon of data to update their application.
- Category:
Schema - Rule name:
@graphql-eslint/require-field-of-type-query-in-mutation-result - Requires GraphQL Schema:
trueℹ️ - Requires GraphQL Operations:
falseℹ️
Allow the client in one round-trip not only to call mutation but also to get a wagon of data to update their application.
Currently, no errors are reported for result type
union,interfaceandscalar.