affiliateLink
Link object for an affiliate organization.
Arguments
The affiliate link subdomain.
Can create affiliate links
Can query affiliate links
Can update affiliate links
Can query affiliate links
Can update affiliate links
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 AffiliateLink($subdomain: String!) {
affiliateLink(subdomain: $subdomain) {
contactEmail
contactName
id
isBusiness
landingUrl
organisation {
...AffiliateOrganisationTypeFragment
}
subdomain
trainingStatus
}
}
Variables
{
"subdomain": "culture-moment-question-often-wife"
}
Response
{
"data": {
"affiliateLink": {
"contactEmail": "from-perform-window-record-whose",
"contactName": "attack-would-easy-whom-fact",
"id": "12788550",
"isBusiness": true,
"landingUrl": "imagine-picture-plant-view-site",
"organisation": AffiliateOrganisationType,
"subdomain": "suffer-should-spring-painting-glass",
"trainingStatus": "NOT_APPLICABLE"
}
}
}