Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[maven plugin] Make serializer optional in client generation #1977

Open
vsahav opened this issue Jun 13, 2024 · 0 comments
Open

[maven plugin] Make serializer optional in client generation #1977

vsahav opened this issue Jun 13, 2024 · 0 comments
Labels
type: enhancement New feature or request

Comments

@vsahav
Copy link

vsahav commented Jun 13, 2024

Is your feature request related to a problem? Please describe.
The graphql maven/gradle plugin would suit a wider array of uses if it would be possible to opt-out from serialization (serializer annotations on generated models) all-together or having the ability to provide a custom fully qualified name for the annotation to use. Custom client implementations might not rely on either Jackson or kotlinx.

Describe the solution you'd like
A expansion of the serializer enum to include a option "NONE" or equivelant that would leave the models without any serializer related annotations. Alternatively a mechanism to supply your own annotation.

@vsahav vsahav added the type: enhancement New feature or request label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Development

No branches or pull requests

1 participant