DeleteCeContactStoreFunctionPayload
Payload returned when deleting a continuing education contact store function.
type DeleteCeContactStoreFunctionPayload {
success: Boolean!
}
Fields
DeleteCeContactStoreFunctionPayload.success
● Boolean!
non-null scalar
A flag indicating whether the continuing education contact store function was deleted successfully.
Returned By
deleteCeContactStoreFunction
mutation