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