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

UniqueDirectiveNamesRule

Unique directive names

A GraphQL document is only valid if all defined directives have unique names.

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

§Parameters

§
context: SDLValidationContext
[src]