Extend existing DataObject #16791
BojanHribernik
started this conversation in
Data-Hub
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am trying to extend existing DataObject with additional "virtual" fields not in the database. Is this possible?
I have been struggling with this for two days now ... First I tried to create a Custom Operator, but it gets really complex -> I need to add config generator and field factory and javascript file ... and it still does not work as expected.
I cannot get the correct type, or I get the correct type, but the wrong resolver executes, and so on ... so I figured that Custom Operator is not the way to go. Am I wrong?
So what is the best way to add a custom field to existing GraphQL DataObject definition?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions