All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.apollo-codegen-scala.lib.codeGeneration.d.ts Maven / Gradle / Ivy

import CodeGenerator from 'apollo-codegen-core/lib/utilities/CodeGenerator';
import { LegacyCompilerContext, LegacyOperation, LegacyFragment, LegacyField, LegacyInlineFragment } from 'apollo-codegen-core/lib/compiler/legacyIR';
import { GraphQLType } from 'graphql';
import { Property } from './language';
import { GraphQLCompositeType } from 'graphql';
export declare function generateSource(context: LegacyCompilerContext): string;
export declare function classDeclarationForOperation(generator: CodeGenerator, { operationName, operationType, rootType, variables, fields, inlineFragments, fragmentSpreads, fragmentsReferenced, source, operationId }: LegacyOperation): void;
export declare function caseClassDeclarationForFragment(generator: CodeGenerator, { fragmentName, typeCondition, fields, inlineFragments, fragmentSpreads, source }: LegacyFragment): void;
export declare function caseClassDeclarationForSelectionSet(generator: CodeGenerator, { caseClassName, parentType, fields, inlineFragments, fragmentSpreads, viewableAs }: {
    caseClassName: string;
    parentType: GraphQLCompositeType;
    fields: LegacyField[];
    inlineFragments?: LegacyInlineFragment[];
    fragmentSpreads?: string[];
    viewableAs?: {
        caseClassName: string;
        properties: (LegacyField & Property)[];
    };
}, objectClosure?: () => void): void;
export declare function typeDeclarationForGraphQLType(generator: CodeGenerator, type: GraphQLType): void;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy