Sha256: 6e14fc6c27cb2cb203fe1727bb3a923588f0be8c2604673ad9f879182548daca
Contents?: true
Size: 574 Bytes
Versions: 26
Compression:
Stored size: 574 Bytes
Contents
import type { ASTVisitor } from '../../language/visitor'; import type { SDLValidationContext, ValidationContext, } from '../ValidationContext'; /** * Provided required arguments * * A field or directive is only valid if all required (non-null without a * default value) field arguments have been provided. */ export declare function ProvidedRequiredArgumentsRule( context: ValidationContext, ): ASTVisitor; /** * @internal */ export declare function ProvidedRequiredArgumentsOnDirectivesRule( context: ValidationContext | SDLValidationContext, ): ASTVisitor;
Version data entries
26 entries across 26 versions & 1 rubygems