import { getDescription } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/extendSchema.d.ts";
Given an ast node, returns its string description.
Parameters
node: { readonly description?: StringValueNode; readonly loc?: Location; }
optional
options: Maybe<{ commentDescriptions?: boolean; }>