Skip to main content
Module

x/graphql_deno/lib/index.d.ts>isEqualType

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

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

Returns

boolean