UpdateRegistrationTypePayload
Payload returned when updating a registration type.
type UpdateRegistrationTypePayload {
registrationType: RegistrationType!
}
Fields
UpdateRegistrationTypePayload.registrationType ● RegistrationType! non-null object
The updated registration type.
Returned By
updateRegistrationType mutation