mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-06-02 13:27:07 -05:00
fix: split to packages to support gql gen
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://docs.github.com/en/graphql/overview/public-schema
|
||||
curl -o lib/gql_github/schema.graphql https://docs.github.com/public/schema.docs.graphql
|
||||
curl -o packages/gql_github/lib/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
|
||||
npx --yes get-graphql-schema https://gitlab.com/api/graphql > packages/gql_gitlab/lib/schema.graphql
|
||||
|
||||
Reference in New Issue
Block a user