OrganizationLimit
No description
type OrganizationLimit {
id: OrganizationLimits!
value: Int!
perResourceLimit: [OrganizationLimitPerResource!]
}
Fields
OrganizationLimit.id ● OrganizationLimits! non-null enum
The ID of the limit
OrganizationLimit.value ● Int! non-null scalar
The value of the limit
OrganizationLimit.perResourceLimit ● [OrganizationLimitPerResource!] list object
The per resource limit of the limit
Returned By
organizationLimits query