File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-resolve-batch" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " A GraphQL batching model which groups execution by GraphQL fields." ,
5
+ "author" : " Caleb Meredith <calebmeredith8@gmail.com>" ,
6
+ "license" : " MIT" ,
7
+ "homepage" : " https://github.com/calebmer/graphql-resolve-batch#readme" ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " git+https://github.com/calebmer/graphql-resolve-batch.git"
11
+ },
12
+ "bugs" : {
13
+ "url" : " https://github.com/calebmer/graphql-resolve-batch/issues"
14
+ },
15
+ "keywords" : [
16
+ " graphql" ,
17
+ " batch" ,
18
+ " resolve" ,
19
+ " field"
20
+ ],
21
+ "main" : " lib/batch.js" ,
22
+ "files" : [
23
+ " package.json" ,
24
+ " README.md" ,
25
+ " LICENSE" ,
26
+ " lib/batch.js" ,
27
+ " src/batch.js"
28
+ ],
3
29
"scripts" : {
4
30
"preversion" : " npm run ci" ,
5
31
"prepublish" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments