itemLinkByLinkedItemId
This query was originally added to extend Item Identifier type in Master Query API. Is is deprecated since the possibility to fetch Item Links for an Item Identifier will be removed in the future and is replaced by itemLinksByItemId query which extends Item type.
Accepts itemId, businessUnitGroupId and/or businessUnitId and returns an Item Link by linked item id for a given Business Unit or Business Unit Group.
Either businessUnitGroupId or businessUnitId argument must be supplied.
itemLinkByLinkedItemId(
linkedItemId: String!
businessUnitGroupId: String
businessUnitId: String
): ItemLink @deprecated
Arguments
itemLinkByLinkedItemId.linkedItemId
● String!
non-null scalar
itemLinkByLinkedItemId.businessUnitGroupId
● String
scalar
itemLinkByLinkedItemId.businessUnitId
● String
scalar
Type
ItemLink
object
A Item Link describes a relation between two or more items. A item link can be used for several different reasons as indicated by the Item Link Type.