License
No description
type License {
_: Boolean
api: Boolean
apiPriority: Boolean
canUsePlugins: Boolean
contractedLabelingHours: Int
enableSmartTools: Boolean
expiryDate: String
planType: String
inputType: [String!]
maxNumberOfAnnotations: Int
maxNumberOfAnnotationsPerMonth: Int
maxNumberOfLabeledAssets: Int
maxNumberOfLabeledAssetsPerMonth: Int @deprecated
maxNumberOfPredictionsPerMonth: Int
organizationId: String
seats: Int
startDate: String
type: LicenseType
uploadCloudData: Boolean
uploadLocalData: Boolean
}
Fields
License._
● Boolean
scalar
License.api
● Boolean
scalar
License.apiPriority
● Boolean
scalar
License.canUsePlugins
● Boolean
scalar
License.contractedLabelingHours
● Int
scalar
License.enableSmartTools
● Boolean
scalar
License.expiryDate
● String
scalar
License.planType
● String
scalar
License.inputType
● [String!]
list scalar
License.maxNumberOfAnnotations
● Int
scalar
License.maxNumberOfAnnotationsPerMonth
● Int
scalar
License.maxNumberOfLabeledAssets
● Int
scalar
License.maxNumberOfPredictionsPerMonth
● Int
scalar
License.organizationId
● String
scalar
License.seats
● Int
scalar
License.startDate
● String
scalar
License.type
● LicenseType
enum
License.uploadCloudData
● Boolean
scalar
License.uploadLocalData
● Boolean
scalar
Show deprecated
Member Of
Organization
object