Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UniqueFieldDefinitionNamesRule

Unique field definition names

A GraphQL complex type is only valid if all its fields are uniquely named.

function UniqueFieldDefinitionNamesRule(context: SDLValidationContext): ASTVisitor;
§
UniqueFieldDefinitionNamesRule(context: SDLValidationContext): ASTVisitor
[src]

§Parameters

§
context: SDLValidationContext
[src]