Skip to main content

UpdateCustomIngestionHookResponse

No description

type UpdateCustomIngestionHookResponse {
customIngestionHook: CustomIngestionHook!
success: Boolean!
}

Fields

UpdateCustomIngestionHookResponse.customIngestionHook ● CustomIngestionHook! non-null object

The custom ingestion hook that was updated.

UpdateCustomIngestionHookResponse.success ● Boolean! non-null scalar

Was the operation a success.

Returned by

updateCustomIngestionHook mutation