GraphQL OBJECT

SellingEntityContextResourceItem

Contains one specific resource with all placeholders.

link Definition

  • type SellingEntityContextResourceItem {
  • # Key of the referenced resource.
  • resourceKey: String
  • # Value of the referenced resource.
  • resourceValue: String
  • # Context of the referenced resource.
  • contextPath: String
  • # List of all Placeholders.
  • placeholders: [SellingEntityContextPlaceholderItem]
  • }