Skip to main content

InvitesUpdateStatus

Update your status to an event

InvitesUpdateStatus(
eventId: ID!
status: ParticipantStatusType!
): InvitesUpdateStatusUnion!

Arguments

InvitesUpdateStatus.eventId ● ID! non-null scalar

The event's ID

InvitesUpdateStatus.status ● ParticipantStatusType! non-null enum

The new status for this participant

Type

InvitesUpdateStatusUnion union

If mutation is successful, the Event will be returned, otherwise a MutationError is returned.