Skip to main content

UpdateCeContactStoreFunctionSponsorAssignmentPayload

Payload returned after updating a continuing education contact store function sponsor assignment.

type UpdateCeContactStoreFunctionSponsorAssignmentPayload {
function: CeContactStoreFunction!
functionSponsorAssignment: CeContactStoreFunctionSponsorAssignment!
}

Fields

UpdateCeContactStoreFunctionSponsorAssignmentPayload.function ● CeContactStoreFunction! non-null object

The function for the updated function sponsor assignment.

UpdateCeContactStoreFunctionSponsorAssignmentPayload.functionSponsorAssignment ● CeContactStoreFunctionSponsorAssignment! non-null object

The updated function sponsor assignment.

Returned By

updateCeContactStoreFunctionSponsorAssignment mutation