import { UniqueOperationTypesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/index.d.ts";
Unique operation types
A GraphQL document is only valid if it has only one type per operation.
import { UniqueOperationTypesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/index.d.ts";
Unique operation types
A GraphQL document is only valid if it has only one type per operation.