File tree 5 files changed +28
-1
lines changed
5 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ projects :
2
+ app :
3
+ schemaPath : src/schema.graphql
4
+ extensions :
5
+ endpoints :
6
+ default : http://localhost:4000
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"forever" : " ^0.15.3" ,
8
+ "graphql-tag" : " ^2.10.0" ,
8
9
"graphql-yoga" : " ^1.16.7"
9
10
},
10
11
"scripts" : {
Original file line number Diff line number Diff line change
1
+
2
+ const gql = require ( 'graphql-tag' ) ;
3
+
4
+ gql `
5
+ {
6
+ accounts {
7
+ name,
8
+ sent {
9
+
10
+ }
11
+ }
12
+ }
13
+ `
Original file line number Diff line number Diff line change
1
+
1
2
module . exports = {
2
- }
3
+
4
+ } ;
Original file line number Diff line number Diff line change @@ -1117,6 +1117,11 @@ graphql-subscriptions@^0.5.8:
1117
1117
dependencies :
1118
1118
iterall "^1.2.1"
1119
1119
1120
+ graphql-tag@^2.10.0 :
1121
+ version "2.10.0"
1122
+ resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
1123
+ integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
1124
+
1120
1125
graphql-tools@^4.0.0, graphql-tools@^4.0.1 :
1121
1126
version "4.0.3"
1122
1127
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
You can’t perform that action at this time.
0 commit comments