Competitors
The top competitors for this company
Fields
Field
Type
Description
displayName
String
Name of competitor
id
ID
Internal Craft company ID of competitor
shortDescription
String
Short description of competitor
slug
String
Company slug of competitor
Query example
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
competitors {
displayName
logo {
url
}
shortDescription
slug
tags {
name
}
}
}
}
# variables
{ "domain": "stripe.com" }
Last updated
Was this helpful?