mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-04-05 11:45:55 +02:00
bf97407891
Run server
go run server.go
Debugging and Testing
There is a GraphQL PLayground for testing queries at http://localhost:8080/ .
Changing the GraphQL schema
- Edit
./graph/schema.graphqls
- Regenerate code:
gqlgen generate
- Implement callbacks in
graph/schema.resolvers.go
Languages
Go
54.2%
Svelte
41.6%
JavaScript
3%
Perl
0.7%
Makefile
0.3%
Other
0.1%