cleanup: refactor api architecture & add user roles
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user