function getDescriptionDeprecatedimport { getDescription } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/index.d.ts"; getDescription(node: { readonly description?: StringValueNode; readonly loc?: Location; }, options?: Maybe<{ commentDescriptions?: boolean; }>): string | undefinedGiven an ast node, returns its string description. Given an ast node, returns its string description. Parametersnode: { readonly description?: StringValueNode; readonly loc?: Location; }optionaloptions: Maybe<{ commentDescriptions?: boolean; }>Returnsstring | undefined