import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts";
const { printSchema } = GraphQL;
Accepts options as a second argument:
- commentDescriptions: Provide true to use preceding comments as the description.
Parameters
schema: GraphQLSchema