CreateRegistrationTypePayload
Payload returned when creating a registration type.
type CreateRegistrationTypePayload {
registrationType: RegistrationType!
}
Fields
CreateRegistrationTypePayload.registrationType ● RegistrationType! non-null object
The created registration type.
Returned By
createRegistrationType mutation