Downloading graphQL schema from server while building client project using gradle

798 views Asked by At

As a client system developer, I want to download the GraphQL schema from server while building (using Gradle) my spring-boot project. As per ApolloGraphQL guide (apollographql.com/docs/ios/downloading-schema.html), we can download the schema using Apollo-codegen by Node.js. I'm not using Node.js in my project and I'm not allowed to use this. Could you please help me - how I can download the schema from server every time I build my project using Gradle.

0

There are 0 answers