Skip to content

Commit 16ae274

Browse files
committed
fix graphql config for frontend
1 parent ed3b3fa commit 16ae274

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/generator/src/graphqlrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"mutation_test": "mutation/__tests__",
99
"type": "type",
1010
"type_test": "type/__tests__",
11-
"interface": "interface"
11+
"interface": "interface",
12+
"add": "new",
13+
"edit": "new/view",
14+
"list": "new",
15+
"view": "new/view"
1216
},
1317
"files": {
1418
"schema": "schema"

0 commit comments

Comments
 (0)