import { isEqualType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/mod.ts";
Provided two types, return true if the types are equal (invariant).
Parameters
typeA: GraphQLType
typeB: GraphQLType
import { isEqualType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/mod.ts";
Provided two types, return true if the types are equal (invariant).