UNPKG

580 BTypeScriptView Raw
1import { GraphQLDirective, GraphQLEnumType, GraphQLScalarType } from 'graphql';
2import { ServiceDefinition } from './composition';
3export declare function getJoinDefinitions(serviceList: ServiceDefinition[]): {
4 graphNameToEnumValueName: {
5 [k: string]: string;
6 };
7 FieldSetScalar: GraphQLScalarType<unknown, unknown>;
8 JoinTypeDirective: GraphQLDirective;
9 JoinFieldDirective: GraphQLDirective;
10 JoinOwnerDirective: GraphQLDirective;
11 JoinGraphEnum: GraphQLEnumType;
12 JoinGraphDirective: GraphQLDirective;
13};
14//# sourceMappingURL=joinSpec.d.ts.map
\No newline at end of file