Skip to main content

UpdateContactSessionSponsorAssignmentInput

Defines the input for updating a session sponsor assignment.

input UpdateContactSessionSponsorAssignmentInput {
eventId: ID!
notes: String
sessionSponsorAssignmentId: ID!
}

Fields​

UpdateContactSessionSponsorAssignmentInput.eventId ● ID! non-null scalar​

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

UpdateContactSessionSponsorAssignmentInput.notes ● String scalar​

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

UpdateContactSessionSponsorAssignmentInput.sessionSponsorAssignmentId ● ID! non-null scalar​

The identifier of the session sponsor assignment.

Member Of​

updateSessionSponsorAssignment mutation