DeleteRegistrationTypePayload
The payload returned after deleting a registration type.
type DeleteRegistrationTypePayload {
success: Boolean!
}
Fields
DeleteRegistrationTypePayload.success
● Boolean!
non-null scalar
Indicates whether the deletion was successful.
Returned By
deleteRegistrationType
mutation