Replies: 2 comments 6 replies
|
Why would you need to extend a type twice? Can you just create a base class and |
0 replies
|
Hi @oojacoboo, thank you for your fast reply. We have our Entity User in which we just use the type annotation. Now we have a UserExtendedType which includes all fields we want to expose for separation of concerns (we have logic for example for the image link which should not be located in the entity). Now we need another type in which we control the behaviour of the last name so it just outputs the initial character for special usage which we want to define by outputType. Another way would be to have the context of the parent type so we can control the behaviour in the method directly. |
6 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.
Hi,
is it possible extending an ExtendType?
Tried out but did not succeed yet.
Thanks for helping out!
All reactions