You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: