CompanyPlan
No description
type CompanyPlan {
assetLimit: Int
id: ID!
integrationLimit: Int
name: String
userLimit: Int
}
Fields
CompanyPlan.assetLimit ● Int scalar
Maximum number of Assets allowed for the Company
CompanyPlan.id ● ID! non-null scalar
CompanyPlan.integrationLimit ● Int scalar
Maximum number of Integrations the Company can use
CompanyPlan.name ● String scalar
Name of the plan contracted by the Company
CompanyPlan.userLimit ● Int scalar
Maximum number of Users allowed for the Company
Member Of
Company object