Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UniqueOperationTypesRule

Unique operation types

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

function UniqueOperationTypesRule(context: SDLValidationContext): ASTVisitor;
§
UniqueOperationTypesRule(context: SDLValidationContext): ASTVisitor
[src]

§Parameters

§
context: SDLValidationContext
[src]