Skip to main content

UpdateContactCeContactStoreFunctionSponsorAssignmentInput

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

input UpdateContactCeContactStoreFunctionSponsorAssignmentInput {
ceContactStoreId: ID!
functionSponsorAssignmentId: ID!
notes: String
}

Fields

UpdateContactCeContactStoreFunctionSponsorAssignmentInput.ceContactStoreId ● ID! non-null scalar

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

UpdateContactCeContactStoreFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar

The identifier of the function sponsor assignment.

UpdateContactCeContactStoreFunctionSponsorAssignmentInput.notes ● String scalar

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

Member Of

updateCeContactStoreFunctionSponsorAssignment mutation