For a catalog item you can add one or more linked instances (other catalog items). With a Desktop plan I would like to make visible which linked catalog items exist, but I cannot find an object in the metadata model that reflects the linked instances.
Does anyone have an idea which metadata entity I should use?
Kind regards,
Albert
Best answer by anna.spakova
Hello Albert,
I tried creating a linked instance using the UI and checked the graphql in the developer tools:
It looks like the entity is called catalogItemGroup with targets embedded array inside, where the target is catalogItemGroupTarget and that contains the ID of the catalogitem.
It looks like the entity is called catalogItemGroup with targets embedded array inside, where the target is catalogItemGroupTarget and that contains the ID of the catalogitem.