import { getDescription } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Given an ast node, returns its string description.
Parameters
node: { readonly description?: StringValueNode; readonly loc?: Location; }
import { getDescription } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Given an ast node, returns its string description.