Hi all! Is there a way to create glossaryTerm prop...
# getting-started
a
Hi all! Is there a way to create glossaryTerm properties via the graphQL API? I have tried the createGlossaryTerm mutation, but it does not have any field for setting the properties of the entity! Thanks for your answer in advance!
b
hi Marcell! yup you found the right mutation! that mutation was made for creating through the UI so it's just creating it with a
name
and an optional
parent
. right now there's no way to edit
properties
with graphql/through the UI - however we've heard that as a desire which makes sense so we'd like to get to it soon! but you can still update other aspects of terms with mutations like
updateDescription
,
addOwners
a
Thanks for you quick answer @bulky-soccer-26729! May I ask when in the future you will include this feature? And in the meantime, is there any way to update glossaryTerm properties from the UI without modifying any of the backend services? Thanks for your answer!
b
unfortunately that's not available yet, but it is in the pipeline! I can't put a date on it depending on what else is brewing, but I do know that making the UI more usable and implementing CRUD actions where people would expect is big. This is one of those examples that we hope to be tackling over the next coming months!
a
Thank you again, I am really excited, cant wait 😄