Company
Company Type
Last updated
Was this helpful?
Company Type
Last updated
Was this helpful?
Was this helpful?
query {
companies(first: 10) {
edges {
node {
id
name
organizationID
tenantID
companyusers {
id
username
email
firstName
lastName
}
createdAt
updatedAt
}
}
}
}