Update README.md

This commit is contained in:
moebiusband73
2021-03-31 08:52:43 +02:00
committed by GitHub
parent 9940c44f2b
commit ffcec6a1ad

View File

@@ -1,9 +1,9 @@
# Setup
# 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```
# Run server
* ```go run server.go```