1 | import { GraphQLDirective, GraphQLEnumType, GraphQLScalarType } from 'graphql';
|
2 | import { ServiceDefinition } from './composition';
|
3 | export 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 |
|
\ | No newline at end of file |