Sha256: 8ab707f3c833fc1e8a51106b8746c8bc0ce125083ea6200ad881625ae35ce11e
Contents?: true
Size: 434 Bytes
Versions: 26
Compression:
Stored size: 434 Bytes
Contents
import type { ASTVisitor } from '../../language/visitor'; import type { ValidationContext } from '../ValidationContext'; /** * Value literals of correct type * * A GraphQL document is only valid if all value literals are of the type * expected at their position. * * See https://spec.graphql.org/draft/#sec-Values-of-Correct-Type */ export declare function ValuesOfCorrectTypeRule( context: ValidationContext, ): ASTVisitor;
Version data entries
26 entries across 26 versions & 1 rubygems