Skip to main content

UpdateContactMembershipContactStoreFunctionSponsorAssignmentInput

Defines the input for updating a membership contact store function sponsor assignment.

input UpdateContactMembershipContactStoreFunctionSponsorAssignmentInput {
functionSponsorAssignmentId: ID!
membershipContactStoreId: ID!
notes: String
}

Fields

UpdateContactMembershipContactStoreFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar

The identifier of the function sponsor assignment.

UpdateContactMembershipContactStoreFunctionSponsorAssignmentInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the function sponsor assignment is associated with.

UpdateContactMembershipContactStoreFunctionSponsorAssignmentInput.notes ● String scalar

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

Member Of

updateMembershipContactStoreFunctionSponsorAssignment mutation