GraphQL OBJECT

CreateHistoryEntryPayload

Payload for created history entry. History entries are detailed notes about the customer interactions and transaction events that occurred after an initial purchase.

link Definition

  • type CreateHistoryEntryPayload {
  • # The created history entry.
  • createdHistoryEntry: HistoryEntry
  • }

link Required by