This commit is contained in:
11
node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts
generated
vendored
Normal file
11
node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { SDLValidationContext } from '../ValidationContext';
|
||||
|
||||
/**
|
||||
* Unique field definition names
|
||||
*
|
||||
* A GraphQL complex type is only valid if all its fields are uniquely named.
|
||||
*/
|
||||
export function UniqueFieldDefinitionNamesRule(
|
||||
context: SDLValidationContext,
|
||||
): ASTVisitor;
|
||||
Reference in New Issue
Block a user