ADD_EVENT_ATTENDEE
Variable: ADD_EVENT_ATTENDEE
const
ADD_EVENT_ATTENDEE:DocumentNode
Defined in: src/GraphQl/Mutations/EventAttendeeMutations.ts:11
GraphQL mutation to add an attendee to an event.
Param
The ID of the user being added as an attendee.
Param
The ID of the event to which the user is being added as an attendee.
Returns
The updated event object with the added attendee.