Sha256: 83f36c0792d352f641a213ee547d21ea02084a148355aa26b6ef82c4f61c1280
Contents?: true
Size: 519 Bytes
Versions: 26
Compression:
Stored size: 519 Bytes
Contents
import type { ASTVisitor } from '../../language/visitor'; import type { SDLValidationContext, ValidationContext, } from '../ValidationContext'; /** * Known type names * * A GraphQL document is only valid if referenced types (specifically * variable definitions and fragment conditions) are defined by the type schema. * * See https://spec.graphql.org/draft/#sec-Fragment-Spread-Type-Existence */ export declare function KnownTypeNamesRule( context: ValidationContext | SDLValidationContext, ): ASTVisitor;
Version data entries
26 entries across 26 versions & 1 rubygems