UpdateEventFunctionPreferencesPayload
Payload returned when updating event function preferences.
type UpdateEventFunctionPreferencesPayload {
functionPreferences: FunctionPreferences!
}
Fields
UpdateEventFunctionPreferencesPayload.functionPreferences ● FunctionPreferences! non-null object
The updated function preferences.
Returned By
updateEventFunctionPreferences mutation