Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function UniqueEnumValueNamesRule
import { UniqueEnumValueNamesRule } from "https://deno.land/x/graphql_deno@v15.0.0/lib/validation/index.d.ts";

Unique enum value names

A GraphQL enum type is only valid if all its values are uniquely named.

Parameters

context: SDLValidationContext

Returns

ASTVisitor