DeleteContactEventFunctionSponsorAssignmentInput
Defines the input for deleting an event function sponsor assignment.
input DeleteContactEventFunctionSponsorAssignmentInput {
eventId: ID!
functionSponsorAssignmentId: ID!
}
Fields
DeleteContactEventFunctionSponsorAssignmentInput.eventId ● ID! non-null scalar
The identifier of the event the function sponsor assignment is associated with.
DeleteContactEventFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar
The identifier for the function sponsor assignment.
Member Of
deleteEventFunctionSponsorAssignment mutation