mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
14 lines
310 B
Markdown
14 lines
310 B
Markdown
# 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```
|