UnblockRegistrationTimeSlotInput
Defines the input to unblock a time slot for a registration.
input UnblockRegistrationTimeSlotInput {
eventId: ID!
meetingId: ID!
registrationId: ID!
}
Fields
UnblockRegistrationTimeSlotInput.eventId
● ID!
non-null scalar
The ID of the event the registration belongs to.
UnblockRegistrationTimeSlotInput.meetingId
● ID!
non-null scalar
The ID of the meeting representing the blocked time slot.
UnblockRegistrationTimeSlotInput.registrationId
● ID!
non-null scalar
The ID of the registration.
Member Of
unblockRegistrationTimeSlot
mutation