feat(gitlab): graphql schema and build config

This commit is contained in:
Rongjian Zhang
2022-10-01 15:10:25 +08:00
parent ba34337b07
commit efc2359f27
5 changed files with 36975 additions and 0 deletions

View File

@@ -2,3 +2,5 @@
# https://docs.github.com/en/graphql/overview/public-schema
curl -o lib/gql_github/schema.graphql https://docs.github.com/public/schema.docs.graphql
npx --yes get-graphql-schema https://gitlab.com/api/graphql > lib/gql_gitlab/schema.graphql