Skip to main content

customIngestionHooks

Get a connection to all the Custom Ingestion Hooks.

customIngestionHooks(
after: String
before: String
filterBy: CustomIngestionHookFilter
first: Int
last: Int
): CustomIngestionHookConnection!

Arguments

customIngestionHooks.after ● String scalar

Returns the elements in the list that come after the specified cursor.

customIngestionHooks.before ● String scalar

Returns the elements in the list that come before the specified cursor.

customIngestionHooks.filterBy ● CustomIngestionHookFilter input

Filtering options for the custom ingestion hooks.

customIngestionHooks.first ● Int scalar

Returns the first n elements from the list.

customIngestionHooks.last ● Int scalar

Returns the last n elements from the list.

Type

CustomIngestionHookConnection object

The connection type for custom ingestion hooks.