GraphQL OBJECT

EmailsPayload

Payload for all generated emails for the purchase.

link Definition

  • type EmailsPayload {
  • # List of all emails generated for the purchase.
  • emails: [Email]
  • }

link Required by