From 9d9690b2ff79928527ecc98de25878765e37e1ea Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 27 Sep 2022 07:46:18 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c0d40c9..6766c91 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ A config file in the JSON format has to be provided using `--config` to override By default, if there is a `config.json` file in the current directory of the `cc-backend` process, it will be loaded even without the `--config` flag. You find documentation of all supported configuration and command line options [here](./configs.README.md). +## Development +In case the REST or GraphQL API is changed the according code generators have to be used. + ### Update GraphQL schema This project uses [gqlgen](https://github.com/99designs/gqlgen) for the GraphQL API.