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.
* Update package.json.
  • Loading branch information
Charles Bamford committed Jun 9, 2020
1 parent 724806f commit 282badc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"lodash.xorby": "^4.7.0"
},
"peerDependencies": {
"graphql": "^14.0.2 || ^15.0.0"
"graphql": "^15.1.0"
}
}
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 282badc

Please sign in to comment.