GraphQL OBJECT
Affiliate who is credited for every purchase made with a coupon from the promotion.
type Affiliate {# Unique ID of the affiliate account.id: Int! # Name of the affiliate account.name: String }