import { printSchema } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/printSchema.d.ts";
Accepts options as a second argument:
- commentDescriptions: Provide true to use preceding comments as the description.
Parameters
schema: GraphQLSchema
optional
options: Options