This commit is contained in:
12
node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts
generated
vendored
Normal file
12
node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { ASTValidationContext } from '../ValidationContext';
|
||||
|
||||
/**
|
||||
* Unique directive names per location
|
||||
*
|
||||
* A GraphQL document is only valid if all directives at a given location
|
||||
* are uniquely named.
|
||||
*/
|
||||
export function UniqueDirectivesPerLocationRule(
|
||||
context: ASTValidationContext,
|
||||
): ASTVisitor;
|
||||
Reference in New Issue
Block a user