cleanup: refactor api architecture & add user roles

This commit is contained in:
Jordan Knott
2020-07-04 18:02:57 -05:00
parent a3958595cd
commit eaffaa70df
141 changed files with 12487 additions and 3792 deletions

View File

@ -1,3 +1,7 @@
generate:
rm graph/schema.graphqls
for f in graph/schema/*.gql; do cat $f; echo; done > graph/schema.graphqls
start:
docker container start test-db
go run cmd/citadel/main.go