Replies: 1 comment 9 replies
-
Have you tried the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we have a output type POJO that inherits from a generic super class, something like:
class Foo extends Entity<Bar>
is there a way to prevent smallrye from generating a graphql type of name Foo_Bar? Using the name annotation only overrides the name before the underscore.
Beta Was this translation helpful? Give feedback.
All reactions