Skip to content

Affiliate

(DEPRECATED - NO LONGER USED) Information on the provider's affiliate abilities

Fields

affiliate_id · String · The LeadDyno ID of the affiliate
affiliate_url · String · The referral URL of the affiliate
dashboard_url · String · The URL of the affiliate's dashboard
id · ID! · required · Unique identifier of the affiliate

Used By

Definition

"""
(DEPRECATED - NO LONGER USED) Information on the provider's affiliate abilities
"""
type Affiliate {
"""
The LeadDyno ID of the affiliate
"""
affiliate_id: String
"""
The referral URL of the affiliate
"""
affiliate_url: String
"""
The URL of the affiliate's dashboard
"""
dashboard_url: String
"""
Unique identifier of the affiliate
"""
id: ID!
}