node_modules.apollo-codegen-flow.lib.printer.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
import * as t from '@babel/types';
declare type Printable = t.Node | string;
export default class Printer {
private printQueue;
print(): string;
enqueue(printable: Printable): void;
printAndClear(): string;
private fixCommas;
}
export {};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy