Competitors
The top competitors for this company
Field | Type | Description |
companyType | Company type of competitor | |
displayName | String | Name of competitor |
id | ID | Internal Craft company ID of competitor |
logo | Logo of competitor | |
shortDescription | String | Short description of competitor |
slug | String | Company slug of competitor |
tags | The list of tags for competitor |
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
competitors {
displayName
logo {
url
}
shortDescription
slug
tags {
name
}
}
}
}
# variables
{ "domain": "stripe.com" }
Last modified 3yr ago