BlockRegistrationTimeSlotInput
Defines the input to block a time slot for a registration.
input BlockRegistrationTimeSlotInput {
eventId: ID!
registrationId: ID!
timeSlotId: ID!
}
Fields
BlockRegistrationTimeSlotInput.eventId
● ID!
non-null scalar
The ID of the event the registration belongs to.
BlockRegistrationTimeSlotInput.registrationId
● ID!
non-null scalar
The ID of the registration.
BlockRegistrationTimeSlotInput.timeSlotId
● ID!
non-null scalar
The ID of the time slot to block for meetings.
Member Of
blockRegistrationTimeSlot
mutation