Initialisation
Added the packages and files for the backend server
This commit is contained in:
12
node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts
generated
vendored
Normal file
12
node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { ASTVisitor } from '../../language/visitor';
|
||||
import type { ASTValidationContext } from '../ValidationContext';
|
||||
/**
|
||||
* Unique operation names
|
||||
*
|
||||
* A GraphQL document is only valid if all defined operations have unique names.
|
||||
*
|
||||
* See https://spec.graphql.org/draft/#sec-Operation-Name-Uniqueness
|
||||
*/
|
||||
export declare function UniqueOperationNamesRule(
|
||||
context: ASTValidationContext,
|
||||
): ASTVisitor;
|
||||
Reference in New Issue
Block a user