added tenant + graph support

This commit is contained in:
Wyatt Johnson
2018-06-16 17:21:04 -06:00
parent 02e1236792
commit 4318e1ddbe
35 changed files with 1024 additions and 269 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{
"schemaPath": "src/core/server/graph/schema/schema.graphql"
"projects": {
"tenant": {
"schemaPath": "src/core/server/graph/tenant/schema/schema.graphql"
}
}
}