Latest
function isEqualType
import { isEqualType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/index.d.ts";

Provided two types, return true if the types are equal (invariant).

Parameters

typeA: GraphQLType
typeB: GraphQLType

Returns

boolean