flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
11
VISUALIZACION/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts
generated
vendored
Executable file
11
VISUALIZACION/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
import { ASTVisitor } from '../../language/visitor';
|
||||
import { SDLValidationContext } from '../ValidationContext';
|
||||
|
||||
/**
|
||||
* Unique enum value names
|
||||
*
|
||||
* A GraphQL enum type is only valid if all its values are uniquely named.
|
||||
*/
|
||||
export function UniqueEnumValueNamesRule(
|
||||
context: SDLValidationContext,
|
||||
): ASTVisitor;
|
||||
Loading…
Add table
Add a link
Reference in a new issue