Move generation to data module

This commit is contained in:
Syer10
2024-03-28 22:26:02 -04:00
parent 6d3db3500f
commit 8cda328ff6
6 changed files with 54 additions and 101 deletions

View File

@@ -110,7 +110,7 @@ jobs:
done
# Query the GraphQL endpoint and save the result to a file
./gradlew :data:graphql:downloadApolloSchema --endpoint='http://localhost:4567/api/graphql' --schema=data/graphql/src/commonMain/graphql/schema.graphqls
./gradlew :data:downloadApolloSchema --endpoint='http://localhost:4567/api/graphql' --schema=data/src/commonMain/graphql/schema.graphqls
# Kill the Java process
kill $pid