mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-31 16:04:08 +01:00
Use Apollo to download the scheme
This commit is contained in:
2
.github/workflows/Scheme.yml
vendored
2
.github/workflows/Scheme.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
done
|
||||
|
||||
# Query the GraphQL endpoint and save the result to a file
|
||||
curl -X POST -s http://localhost:4567/api/graphql > graphql/scheme.graphql
|
||||
./gradlew :data:graphql:downloadApolloSchema --endpoint='http://localhost:4567/api/graphql' --schema=data/graphql/src/commonMain/graphql/schema.graphqls
|
||||
|
||||
# Kill the Java process
|
||||
kill $pid
|
||||
|
||||
Reference in New Issue
Block a user