Skip to main content
Module

x/graphql_deno/mod.ts>concatAST

GraphQL-JS ported to Deno
Latest
function concatAST
import { concatAST } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Provided a collection of ASTs, presumably each from different files, concatenate the ASTs together into batched AST, useful for validating many GraphQL source files which together represent one conceptual application.

Parameters

asts: ReadonlyArray<DocumentNode>