Sha256: bac0ec1f4c61abc7c54ccebb0f739acb0cdbc22b1b19c91854dc142019492961
Contents?: true
Size: 458 Bytes
Versions: 26
Compression:
Stored size: 458 Bytes
Contents
import type { ASTVisitor } from '../../language/visitor'; import type { ValidationContext } from '../ValidationContext'; /** * 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 */ export declare function FieldsOnCorrectTypeRule( context: ValidationContext, ): ASTVisitor;
Version data entries
26 entries across 26 versions & 1 rubygems