Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit bab8ab2

Browse files
authoredAug 12, 2019
Merge pull request #270 from Pruxis/pruxis-interfaces
Interfaces - Handle multiple fragments.
2 parents f3077b7 + fc9a414 commit bab8ab2

File tree

5 files changed

+115
-155
lines changed

5 files changed

+115
-155
lines changed
 

‎.babelrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"presets": ["env"],
2+
"presets": [
3+
"env"
4+
],
35
"plugins": [
46
"transform-runtime",
57
"transform-async-generator-functions",

‎package-lock.json

+48-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"graphql": "^14.2.1",
6161
"graphql-auth-directives": "^2.1.0",
62-
"lodash": "^4.17.11",
62+
"lodash": "^4.17.15",
6363
"neo4j-driver": "^1.7.3"
6464
},
6565
"prettier": {

0 commit comments

Comments
 (0)