UNPKG

@aws-amplify/graphql-types-generator

Version:

Generate API code or type annotations based on a GraphQL schema and statements

4 lines (3 loc) 214 B
import { LegacyCompilerContext } from './compiler/legacyIR'; export default function serializeToJSON(context: LegacyCompilerContext): string; export declare function serializeAST(ast: any, space?: string): string;