Skip to main content

InvitesCreate

Invite one or more participants to an event

InvitesCreate(
eventId: ID!
participants: [ParticipantInput]!
): InvitesCreateUnion!

Arguments

InvitesCreate.eventId ● ID! non-null scalar

The event's ID.

InvitesCreate.participants ● [ParticipantInput]! non-null input

An array of participants to invite to an event

Type

InvitesCreateUnion union

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