node_modules.apollo-codegen-flow.lib.helpers.d.ts Maven / Gradle / Ivy
import { CompilerOptions } from 'apollo-codegen-core/lib/compiler';
export interface FlowCompilerOptions extends CompilerOptions {
useFlowReadOnlyTypes: boolean;
}
export declare function createTypeAnnotationFromGraphQLTypeFunction(compilerOptions: FlowCompilerOptions): Function;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy