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