GraphQL OBJECT

FollowUpPayload

Payload for follow-up update. A follow-up is a reminder about open product and purchase issues.

link Definition

  • type FollowUpPayload {
  • # The updated follow-up.
  • followUp: FollowUp
  • }

link Required by