Skip to main content

CreateContactEventFunctionSponsorAssignmentInput

Defines the input for creating an event function sponsor assignment.

input CreateContactEventFunctionSponsorAssignmentInput {
contactId: ID!
eventId: ID!
functionId: ID!
notes: String
}

Fields

CreateContactEventFunctionSponsorAssignmentInput.contactId ● ID! non-null scalar

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

CreateContactEventFunctionSponsorAssignmentInput.eventId ● ID! non-null scalar

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

CreateContactEventFunctionSponsorAssignmentInput.functionId ● ID! non-null scalar

The identifier of the function for the function sponsor assignment.

CreateContactEventFunctionSponsorAssignmentInput.notes ● String scalar

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

Member Of

createEventFunctionSponsorAssignment mutation