LicenseInputType
No description
input LicenseInputType {
companyId: ID!
seats: Int!
startedAt: ISO8601DateTime!
finishedAt: ISO8601DateTime!
}
Fields
LicenseInputType.companyId ● ID! non-null scalar
Company ID assigned to licence.
LicenseInputType.seats ● Int! non-null scalar
Total number of users that can be activated.
LicenseInputType.startedAt ● ISO8601DateTime! non-null scalar
LicenseInputType.finishedAt ● ISO8601DateTime! non-null scalar
Member Of
createSecureCodeLicense mutation ● updateSecureCodeLicense mutation