flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
12
BACK_BACK/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts
generated
vendored
Executable file
12
BACK_BACK/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { ValidationContext, SDLValidationContext } from '../ValidationContext';
|
||||
|
||||
/**
|
||||
* Known directives
|
||||
*
|
||||
* A GraphQL document is only valid if all `@directives` are known by the
|
||||
* schema and legally positioned.
|
||||
*/
|
||||
export function KnownDirectivesRule(
|
||||
context: ValidationContext | SDLValidationContext,
|
||||
): ASTVisitor;
|
||||
Loading…
Add table
Add a link
Reference in a new issue