Skip to content

Commit

Permalink
Revert type change
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Aug 27, 2019
1 parent 397dcc9 commit 59e5047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/apollo-federation/src/composition/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export interface ServiceNameToKeyDirectivesMap {
}

export interface FederationType {
serviceName?: string | null;
keys?: ServiceNameToKeyDirectivesMap;
serviceName?: ServiceName;
externals?: {
[serviceName: string]: ExternalFieldDefinition[];
};
Expand Down

0 comments on commit 59e5047

Please sign in to comment.