affiliateLinks
Links (urls) for the affiliate organizations.
Arguments
Email address of the affiliate agent.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query AffiliateLinks($agentContactEmail: String!) {
affiliateLinks(agentContactEmail: $agentContactEmail) {
contactEmail
contactName
id
isBusiness
landingUrl
organisation {
...AffiliateOrganisationTypeFragment
}
subdomain
trainingStatus
}
}
Variables
{
"agentContactEmail": "current-they-interest-production-require"
}
Response
{
"data": {
"affiliateLinks": [
{
"contactEmail": "sea-return-sell-edge-with",
"contactName": "character-try-take-system-apply",
"id": "22243083",
"isBusiness": true,
"landingUrl": "treatment-mention-may-between-fine",
"organisation": AffiliateOrganisationType,
"subdomain": "call-almost-professional-time-shake",
"trainingStatus": "NOT_APPLICABLE"
}
]
}
}