UpdateContactEventFunctionSponsorAssignmentInput
Defines the input for updating an event function sponsor assignment.
input UpdateContactEventFunctionSponsorAssignmentInput {
eventId: ID!
functionSponsorAssignmentId: ID!
notes: String
}
Fields
UpdateContactEventFunctionSponsorAssignmentInput.eventId ● ID! non-null scalar
The identifier of the event the function sponsor assignment is associated with.
UpdateContactEventFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar
The identifier of the function sponsor assignment.
UpdateContactEventFunctionSponsorAssignmentInput.notes ● String scalar
A UTF-8 string representing the notes of the function sponsor assignment. Optional.
Member Of
updateEventFunctionSponsorAssignment mutation