Companies
Companies Query
Arguments
Name
Type
Description
Return Type
Usage Example
query {
# Search companies by name
companies(
where: {
nameContains: "Tech"
},
orderBy: { direction: ASC, field: NAME }
) {
edges {
node {
id
name
organizationID
tenantID
createdAt
companyusers {
id
name
email
}
}
cursor
}
totalCount
}
}Common Filters
Notes
Last updated
Was this helpful?
