Latest
function getDescription
Deprecated
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; }
optional
options: Maybe<{ commentDescriptions?: boolean; }>

Returns

string | undefined