Employee Numbers
The employee headcount (including historical data) for this company
Fields
Query example
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
employees {
date
employeeGrowth
employeeNumber
}
}
}
# variables
{ "domain": "meta.com" }Last updated
Was this helpful?