ExpireLicensePayload
The result payload for expiring a license.
type ExpireLicensePayload {
id: ID!
changed: Boolean!
license: License
}
Fields
ExpireLicensePayload.id ● ID! non-null scalar
The ID of the license
ExpireLicensePayload.changed ● Boolean! non-null scalar
Tells whether the license expiring operation succeeded. False if the license was already expired.
ExpireLicensePayload.license ● License object
Information on the license that was expired.
Returned by
expireLicense mutation ● expireLicenses mutation