CancelLicensePayload
The result payload for cancelling a license.
type CancelLicensePayload {
changed: Boolean!
license: License!
}
Fields
CancelLicensePayload.changed
● Boolean!
non-null scalar
Tells wether the license cancelling operation succeeded. False if the license was already cancelled.
CancelLicensePayload.license
● License!
non-null object
Information on the license itself.
Returned by
cancelLicense
mutation ● cancelLicenses
mutation