Skip to main content
Module

x/graphql_deno/mod.ts>printSchema

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

Accepts options as a second argument:

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

Parameters

optional
options: Options

Returns

string