Package graphql.validation.rules
package graphql.validation.rules
-
ClassesClassDescriptionA subscription operation must only have one root field A subscription operation's single root field must not be an introspection field https://spec.graphql.org/draft/#sec-Single-root-fieldUnique argument names A GraphQL field or directive is only valid if all supplied arguments are uniquely named.https://facebook.github.io/graphql/June2018/#sec-Directives-Are-Unique-Per-LocationA GraphQL document is only valid if all defined operations have unique names.Unique variable names