import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { print } = GraphQL;
Converts an AST into a string, using one set of reasonable formatting rules.
Parameters
ast: ASTNode
import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { print } = GraphQL;
Converts an AST into a string, using one set of reasonable formatting rules.