mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-06-01 00:35:59 -05:00
7 lines
255 B
Bash
7 lines
255 B
Bash
#!/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
|
|
|
|
npx --yes get-graphql-schema https://gitlab.com/api/graphql > lib/gql_gitlab/schema.graphql
|