mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Update README.md
This commit is contained in:
parent
9940c44f2b
commit
ffcec6a1ad
10
README.md
10
README.md
@ -1,9 +1,9 @@
|
|||||||
# Setup
|
# Run server
|
||||||
|
|
||||||
|
* ```go run server.go```
|
||||||
|
|
||||||
|
# Changing the GraphQL schema
|
||||||
|
|
||||||
* Edit ```./graph/schema.graphqls```
|
* Edit ```./graph/schema.graphqls```
|
||||||
* Regenerate code: ```gqlgen generate```
|
* Regenerate code: ```gqlgen generate```
|
||||||
* Implement callbacks in ```graph/schema.resolvers.go```
|
* Implement callbacks in ```graph/schema.resolvers.go```
|
||||||
|
|
||||||
# Run server
|
|
||||||
|
|
||||||
* ```go run server.go```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user