FunctionsFieldsOnCorrectTypeRuleFieldsOnCorrectTypeRule CallableFieldsOnCorrectTypeRule(context: ValidationContext): ASTVisitorFields on correct typeA GraphQL document is only valid if all fields selected are defined by the parent type, or are an allowed meta field such as __typename. See https://spec.graphql.org/draft/#sec-Field-SelectionsParameterscontext: ValidationContextReturns ASTVisitor
Fields on correct type
A GraphQL document is only valid if all fields selected are defined by the parent type, or are an allowed meta field such as __typename.
See https://spec.graphql.org/draft/#sec-Field-Selections