Datahub GraphQL issues with data types #7951
Unanswered
mattsches
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
as we are moving our API towards Datahub (on the whole we are very happy with it, thank you 🙏) and our DataObjects are becoming more and more complex, we've encountered some problems with GraphQL. I'm aware that some data types aren't supported yet - is there any kind of roadmap when those features will be added?
More specifically, we had issues (or maybe lacked information) with the following:
Field Collections
We tried to add a Field Collection to a mutation but are receiving a "not supported" error. However, according to the docs it's supposed to be supported. Someone else posted a similar question to the old forum, so it's not just us. Of course, it's still experimental, but maybe anyone does know a solution to this?
Object Bricks
Will Object Bricks be supported in GraphQL queries and mutations? Couldn't make it work, so I guess it's still in development?
QuantityValue, Block, AdvancedManyToManyObjectRelation
None of these are supported by mutations, are there any plans in this regard? Especially QuantityValue support would be very much appreciated.
Would it be helpful to open issues in the Datahub GitHub repository for each of these topics?
If time permits, we will of course try to solve some of this on our own and submit a PR, but I cannot promise anything right now 😅 For the time being it would help us to get a general idea on what features we can expect in the nerarer future.
Thanks again for the great effort, we're looking forward to any further development!
Beta Was this translation helpful? Give feedback.
All reactions