Skip to main content

REMOVE_EVENT_ATTENDEE

Admin Docs


Variable: REMOVE_EVENT_ATTENDEE

const REMOVE_EVENT_ATTENDEE: DocumentNode

Defined in: src/GraphQl/Mutations/EventAttendeeMutations.ts:27

GraphQL mutation to remove an attendee from an event.

Param

The ID of the user being removed as an attendee.

Param

The ID of the event from which the user is being removed as an attendee.

Returns

The updated event object without the removed attendee.