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

UniqueTypeNamesRule

Unique type names

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

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

§Parameters

§
context: SDLValidationContext
[src]