mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-25 12:59:06 +01:00
Backend for ClusterCockpit Monitoring Framework. GitHub Mirror
graph | ||
utils | ||
go.mod | ||
go.sum | ||
gqlgen.yml | ||
LICENSE | ||
README.md | ||
server.go |
Run server
go run server.go
Changing the GraphQL schema
- Edit
./graph/schema.graphqls
- Regenerate code:
gqlgen generate
- Implement callbacks in
graph/schema.resolvers.go