cc-backend/README.md
2021-03-31 08:54:14 +02:00

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```