apollo-client-maven-plugin
apollo-client-maven-plugin copied to clipboard
Generate a Java/Kotlin GraphQL client based on introspection data and predefined queries.
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.2.26.Final to 2.2.31.Final. Commits a1ad0ca Prepare 2.2.31.Final 3cdb104 Merge pull request #1559 from fl4via/2.2.x_backport_bug_fixes e824766 [UNDERTOW-2336] CVE-2024-1635 At WriteTimeoutStreamSinkConduit, add a close l... 40bb331 [UNDERTOW-2339] CVE-2024-1459 Path...
Have you considered migrating apollo-client-maven-plugin to Gradle? I found the plugin very useful, however my requirement is to use Gradle. I'm struggling with migrating the plugin part from pom.xml. >...
hi, I copied the configuration from the example `apollo-client-maven-plugin-tests` with: ```xml com.github.aoudiamoncef apollo-client-maven-plugin ${apollo-client-maven-plugin.version} generate true ... ``` With almost no differences, but when I execute: `mvn generate-sources` with Java...
Upgrading to 7.1.0 with no other changes gives an error on `generate-sources` `Execution default of goal com.github.aoudiamoncef:apollo-client-maven-plugin:7.1.0:generate failed: Apollo: operationOutput requires a manifest file` I see this parameter was added...
[…](fix: change manifest format default from "operationOutput" to "none" to make the change backwards compatible with 7.0.0 fixes aoudiamoncef/apollo-client-maven-plugin#84
Is it possible that instead of creating our own pre-defined queries we can bypass that and automatically generate models from a full query from the schema file?
Java 19
I have been unable to generate any Java code that will compile or is usable (type safe) on Java 19 - I haven't tried any earlier version, so really this...
We want to generate sources for only Schema files, but not queries. Is there a way to do it?
Many versions are quite old, is this intended? Dependabot has nearly no PRs. Are there plans to support apollo version 4.0? 3.8.3 and 3.8.4 had no breaking changes. 1.9.21 is...