Skip to main content

customIngestionHooks

Get a connection to all the Custom Ingestion Hooks.

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

Arguments

customIngestionHooks.filterBy ● CustomIngestionHookFilter input

Filtering options for the custom ingestion hooks.

customIngestionHooks.first ● Int scalar

Returns the first n elements from the list.

customIngestionHooks.after ● String scalar

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

customIngestionHooks.last ● Int scalar

Returns the last n elements from the list.

customIngestionHooks.before ● String scalar

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

Type

CustomIngestionHookConnection object

The connection type for custom ingestion hooks.