Locations
The corporate office locations for this company. Note: Craft excludes retail locations from our dataset.
Fields
Arguments
Query example
# query locations count & only HQ locations
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
locationsCount
locations(hq: true) {
address
city
country
hq
id
latitude
longitude
state
zipCode
}
}
}
# variables
{ "domain": "meta.com" }Last updated
Was this helpful?