[gitlab] simplify gql schema download

This commit is contained in:
Laura Liberda 2021-01-24 22:53:55 +01:00
parent b942645273
commit 40ced41cce
2 changed files with 6 additions and 2 deletions

View file

@ -29,7 +29,11 @@ const schemas: [
[string | URL, GotOptions & { isStream?: true | undefined }], [string | URL, GotOptions & { isStream?: true | undefined }],
][] = [ ][] = [
['github', 'graphql', ['https://docs.github.com/public/schema.docs.graphql', {}]], ['github', 'graphql', ['https://docs.github.com/public/schema.docs.graphql', {}]],
['gitlab', 'json', ['https://gitlab.com/api/graphql', introspection]], [
'gitlab',
'graphql',
['https://docs.gitlab.com/ee/api/graphql/reference/gitlab_schema.graphql', {}],
],
]; ];
Promise.all( Promise.all(

View file

@ -1,5 +1,5 @@
overwrite: true overwrite: true
schema: src/vendor/gitlab/schema.json schema: src/vendor/gitlab/schema.graphql
config: config:
typesPrefix: GL typesPrefix: GL
generates: generates: