Skip to main content

EventAttendeeInput

Input for event attendee operations.

input EventAttendeeInput {
eventId: ID
recurringEventInstanceId: ID
userId: ID!
}

Fields

EventAttendeeInput.eventId ● ID scalar

The ID of the standalone event (for standalone events).

EventAttendeeInput.recurringEventInstanceId ● ID scalar

The ID of the recurring event instance (for recurring events).

EventAttendeeInput.userId ● ID! non-null scalar

The ID of the user.

Member Of

addEventAttendee mutation ● inviteEventAttendee mutation ● registerEventAttendee mutation ● removeEventAttendee mutation