Skip to main content
Module

x/graphql_deno/lib/index.js>printSchema

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

Accepts options as a second argument:

  • commentDescriptions: Provide true to use preceding comments as the description.

Parameters

schema
options