UpdateBasicFunctionGuestInput
Defines the input to create function guests or update existing guests. The guest details are captured for the purposes of attending the function and are not stored as contacts in EventsAir.
input UpdateBasicFunctionGuestInput {
email: EmailAddress
firstName: String
id: ID
lastName: String
organization: String
position: String
ticketCollectedDate: DateTime
title: String
}