DeleteLicensePayload
Autogenerated return type of DeleteLicense
type DeleteLicensePayload {
clientMutationId: String
message: String!
}
Fields
DeleteLicensePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteLicensePayload.message
● String!
non-null scalar
Returned By
deleteSecureCodeLicense
mutation