CompanyLimitRead
object
Fields
| Name | Type | Description |
|---|---|---|
moduleId | String | |
resource | AuthResource | **Resource associated with this limit** If null, it's a module without an associated resource. Eg: Plugins |
resourceLimit | Int | **Limit that can be bought from this resource** |
limit | Int! | **Limit number of items without supplements** |
used | Int! | **Used items without supplements** |
remaining | Int! | **Remaining items without supplements** |
supplement | Int | **Available supplements** If 'null' it means the resource is not RollOver so it shouldn't have supplements |
active | Boolean! | **Whether the module for this limit is part of the subscription** |