Skip to main content
Latest
function UniqueFragmentNamesRule
import { UniqueFragmentNamesRule } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Unique fragment names

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

Parameters

context: ASTValidationContext