UpdateLicenseInput
Autogenerated input type of UpdateLicense
input UpdateLicenseInput {
companyId: ID!
seats: Int!
startedAt: ISO8601DateTime!
finishedAt: ISO8601DateTime!
clientMutationId: String
}
Fields
UpdateLicenseInput.companyId
● ID!
non-null scalar
Company ID assigned to licence.
UpdateLicenseInput.seats
● Int!
non-null scalar
Total number of users that can be activated.
UpdateLicenseInput.startedAt
● ISO8601DateTime!
non-null scalar
UpdateLicenseInput.finishedAt
● ISO8601DateTime!
non-null scalar
UpdateLicenseInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
updateSecureCodeLicense
mutation