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

UniqueArgumentDefinitionNamesRule

Unique argument definition names

A GraphQL Object or Interface type is only valid if all its fields have uniquely named arguments. A GraphQL Directive is only valid if all its arguments are uniquely named.

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

§Parameters

§
context: SDLValidationContext
[src]