Skip to main content

CreateContactSessionSponsorAssignmentInput

Defines the input for creating a session sponsor assignment.

input CreateContactSessionSponsorAssignmentInput {
contactId: ID!
eventId: ID!
notes: String
sessionId: ID!
}

Fields​

CreateContactSessionSponsorAssignmentInput.contactId ● ID! non-null scalar​

The identifier for the contact to be assigned as a sponsor in the session.

CreateContactSessionSponsorAssignmentInput.eventId ● ID! non-null scalar​

The identifier of the event the session sponsor assignment is associated with.

CreateContactSessionSponsorAssignmentInput.notes ● String scalar​

A UTF-8 string representing the notes of the session sponsor assignment. Optional.

CreateContactSessionSponsorAssignmentInput.sessionId ● ID! non-null scalar​

The identifier of the session for the session sponsor assignment.

Member Of​

createSessionSponsorAssignment mutation