affiliateLink
Link object for an affiliate organization.
Arguments
The affiliate link subdomain.
Possible Errors
Allowed Viewers
Required Permissions
Can create affiliate linksCan query affiliate links
Can update affiliate links
Query Complexity
1Examples
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 AffiliateLink($subdomain: String!) {
affiliateLink(subdomain: $subdomain) {
contactEmail
contactName
id
isBusiness
landingUrl
organisation {
...AffiliateOrganisationTypeFragment
}
subdomain
trainingStatus
}
}
Variables
{
"subdomain": "successful-paper-that-if-quickly"
}
Response
{
"data": {
"affiliateLink": {
"contactEmail": "per-month-north-movie-hour",
"contactName": "together-plan-near-approach-meet",
"id": "33507795",
"isBusiness": true,
"landingUrl": "drive-today-ever-after-much",
"organisation": AffiliateOrganisationType,
"subdomain": "war-energy-call-remember-seat",
"trainingStatus": "NOT_APPLICABLE"
}
}
}