Skip to main content

CreateLicenseInput

Autogenerated input type of CreateLicense

input CreateLicenseInput {
companyId: ID!
seats: Int!
startedAt: ISO8601DateTime!
finishedAt: ISO8601DateTime!
clientMutationId: String
}

Fields

CreateLicenseInput.companyId ● ID! non-null scalar

Company ID assigned to licence.

CreateLicenseInput.seats ● Int! non-null scalar

Total number of users that can be activated.

CreateLicenseInput.startedAt ● ISO8601DateTime! non-null scalar

CreateLicenseInput.finishedAt ● ISO8601DateTime! non-null scalar

CreateLicenseInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

Member Of

createSecureCodeLicense mutation