copykitku/src/vendor/gitlab/codegen.toml
Laura Liberda 20cfde5ea3 Revert "[gitlab] simplify gql schema download"
This reverts commit 40ced41cce.

GitLab removed the SDL files from the docs: baedeb4ee8
2021-02-20 04:11:47 +01:00

12 lines
215 B
TOML

overwrite = true
schema= 'src/vendor/gitlab/schema.json'
[config]
typesPrefix = 'GL'
namingConvention = { enumValues = 'keep' }
[generates.'src/vendor/gitlab/api-types.ts']
plugins = [
'typescript',
]