import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { getDescription } = GraphQL;
Given an ast node, returns its string description.
Parameters
node: { readonly description?: StringValueNode; readonly loc?: Location; }