README ¶
Hypo server
Launch
For frontend dev
docker-compose up --build
For server dev
DB_TYPE=sqlite3 DB_URI=data/test.db DEBUG=true justrun -i test.db -w -c 'go run ./server.go' -v .
Playground
Generate code
Update schema.graphql
and gqlgen.yml
. Execute
go run github.com/99designs/gqlgen
it will create resolver_tmp.go
copy "new" resolvers to resolver.go
and delete resolver_tmp.go
Documentation ¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.