Skip to main content

UpdateMembershipContactStoreFunctionSponsorAssignmentInput

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

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

Fields

UpdateMembershipContactStoreFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar

The identifier of the function sponsor assignment.

UpdateMembershipContactStoreFunctionSponsorAssignmentInput.membershipContactStoreId ● ID! non-null scalar

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

UpdateMembershipContactStoreFunctionSponsorAssignmentInput.notes ● String scalar

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

Member Of

updateMembershipContactStoreFunctionSponsorAssignment mutation