Skip to main content
function UniqueTypeNamesRule
import { UniqueTypeNamesRule } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

Unique type names

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

Parameters

context: SDLValidationContext