Skip to main content
Module

x/graphql_deno/lib/index.js>isEqualType

GraphQL-JS ported to Deno
Latest
function isEqualType
import { isEqualType } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.js";

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

Parameters

typeA
typeB