Module

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

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

Accepts options as a second argument:

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

Parameters

optional
options: Options

Returns

string