Skip to main content
Module

x/graphql_deno/lib/type/schema.d.ts>isSchema

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

Test if the given value is a GraphQL schema.

Parameters

schema: any