Skip to content

Commit

Permalink
4223 Moved Maybe
Browse files Browse the repository at this point in the history
* Update the import of Maybe to match its location in graphql.
  • Loading branch information
Charles Bamford committed Jun 9, 2020
1 parent 724806f commit a009984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-federation/src/composition/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
GraphQLDirective,
OperationTypeNode,
} from 'graphql';
import Maybe from 'graphql/tsutils/Maybe';
import { Maybe } from 'graphql/jsutils/Maybe';
import { ExternalFieldDefinition, DefaultRootOperationTypeName } from './types';
import federationDirectives from '../directives';

Expand Down

0 comments on commit a009984

Please sign in to comment.