Skip to content

Commit

Permalink
Fix context option must be set with required and use babel-preset-nod…
Browse files Browse the repository at this point in the history
…e-4 for transforming
  • Loading branch information
wwayne committed Sep 19, 2016
1 parent 7984c1a commit f73525d
Show file tree
Hide file tree
Showing 11 changed files with 299 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sourceMaps": "inline",
"presets": ["es2015", "es2017", "stage-0"],
"presets": ["es2015-node4", "es2017"],
"plugins": [
"transform-runtime",
"transform-async-to-generator"
Expand Down
14 changes: 7 additions & 7 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 29 additions & 37 deletions lib/schema/buildArgs.js

Large diffs are not rendered by default.

234 changes: 86 additions & 148 deletions lib/schema/buildMutation.js

Large diffs are not rendered by default.

Loading

0 comments on commit f73525d

Please sign in to comment.