Skip to content

Commit

Permalink
[RelayCompilerError] Use graphql-js exported utils
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jul 19, 2019
1 parent 025a41f commit ecd1023
Show file tree
Hide file tree
Showing 20 changed files with 514 additions and 638 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"fbjs": "^1.0.0",
"fbjs-scripts": "^1.1.0",
"flow-bin": "^0.102.0",
"graphql": "^14.2.0",
"graphql": "^14.4.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-chmod": "2.0.0",
Expand Down
Expand Up @@ -43,7 +43,7 @@ GraphQL Validation Error: Expected type Boolean, found "true".
>
> isViewerFriend: "true"
> ^^^
GraphQL Validation Error: Expected type Gender, found "MALE"; Did you mean the enum value MALE or FEMALE?
GraphQL Validation Error: Expected type Gender, found "MALE". Did you mean the enum value MALE or FEMALE?
>
> gender: "MALE"
> ^^^
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-relay/package.json
Expand Up @@ -16,6 +16,6 @@
"babel-plugin-macros": "^2.0.0"
},
"peerDependencies": {
"graphql": "^14.2.0"
"graphql": "^14.4.0"
}
}

0 comments on commit ecd1023

Please sign in to comment.