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

Unique operation types

A GraphQL document is only valid if it has only one type per operation.

Parameters

context: SDLValidationContext