Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function UniqueFragmentNamesRule
import { UniqueFragmentNamesRule } from "https://deno.land/x/graphql_deno@v15.0.0/lib/validation/index.js";

Unique fragment names

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

Parameters

context