UpdateLicensePayload
Autogenerated return type of UpdateLicense
type UpdateLicensePayload {
clientMutationId: String
license: SecureCodeLicenceType!
}
Fields
UpdateLicensePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateLicensePayload.license
● SecureCodeLicenceType!
non-null object
Returned By
updateSecureCodeLicense
mutation