GraphQL OBJECT

Affiliate

Affiliate who is credited for every purchase made with a coupon from the promotion.

link Definition

  • type Affiliate {
  • # Unique ID of the affiliate account.
  • id: Int!
  • # Name of the affiliate account.
  • name: String
  • }