Generates appsync-flavour graphql schema, resolvers and terraform configuration
Arg | Default | Required | Description |
---|---|---|---|
-m --manifest |
./manifest.yml |
no | Manifest file to generate from |
-o --output |
./generated |
no | Default generated output path Warning: Anything existing in this path will be wiped before generation |
Example:
> go run cmd/generator/main.go --m ./resources/config.yml
The manifest schema reference can be found in the documentation folder
Copyright (c) 2019 Crown Copyright (Office for National Statistics)
Released under MIT license, see LICENSE for details.