flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
17
BACK_BACK/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts
generated
vendored
Executable file
17
BACK_BACK/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
import { ValidationContext, SDLValidationContext } from '../ValidationContext';
|
||||
import { ASTVisitor } from '../../language/visitor';
|
||||
|
||||
/**
|
||||
* Known argument names
|
||||
*
|
||||
* A GraphQL field is only valid if all supplied arguments are defined by
|
||||
* that field.
|
||||
*/
|
||||
export function KnownArgumentNamesRule(context: ValidationContext): ASTVisitor;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export function KnownArgumentNamesOnDirectivesRule(
|
||||
context: ValidationContext | SDLValidationContext,
|
||||
): ASTVisitor;
|
||||
Loading…
Add table
Add a link
Reference in a new issue