Skip to main content

upsertEventExhibitorsV2

No description

upsertEventExhibitorsV2(
eventId: String!
exhibitors: [ExhibitorInput!]!
validateOnly: Boolean
): UpsertEventExhibitorsResult!

Arguments

upsertEventExhibitorsV2.eventId ● String! non-null scalar

A Swapcard event id

upsertEventExhibitorsV2.exhibitors ● [ExhibitorInput!]! non-null input

upsertEventExhibitorsV2.validateOnly ● Boolean scalar

Set to true to validate the data sent without saving it

Type

UpsertEventExhibitorsResult object