Skip to content

Commit

Permalink
fix graphql config for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Feb 6, 2017
1 parent 3e64b7d commit 8e12098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/generator/src/graphqlrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"mutation_test": "mutation/__tests__",
"type": "type",
"type_test": "type/__tests__",
"interface": "interface"
"interface": "interface",
"add": "new",
"edit": "new/view",
"list": "new",
"view": "new/view"
},
"files": {
"schema": "schema"
Expand Down

0 comments on commit 8e12098

Please sign in to comment.