Skip to main content

CreateCeContactStoreFunctionSponsorAssignmentPayload

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

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

Fields

CreateCeContactStoreFunctionSponsorAssignmentPayload.function ● CeContactStoreFunction! non-null object

The function for the newly created function sponsor assignment.

CreateCeContactStoreFunctionSponsorAssignmentPayload.functionSponsorAssignment ● CeContactStoreFunctionSponsorAssignment! non-null object

The newly created function sponsor assignment.

Returned By

createCeContactStoreFunctionSponsorAssignment mutation