Sha256: 12b9bcf8395d33837f301a8e6d545a24dfff80db9e32f8e8e6cf4b11671bb442
Contents?: true
Size: 348 Bytes
Versions: 26
Compression:
Stored size: 348 Bytes
Contents
import type { ASTVisitor } from '../../language/visitor'; import type { ValidationContext } from '../ValidationContext'; /** * Scalar leafs * * A GraphQL document is valid only if all leaf fields (fields without * sub selections) are of scalar or enum types. */ export declare function ScalarLeafsRule(context: ValidationContext): ASTVisitor;
Version data entries
26 entries across 26 versions & 1 rubygems