CustomIngestionHookConnection
The connection type for custom ingestion hooks.
type CustomIngestionHookConnection {
edges: [CustomIngestionHookEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CustomIngestionHookConnection.edges ● [CustomIngestionHookEdge!]! non-null object
The list of edges.
CustomIngestionHookConnection.pageInfo ● PageInfo! non-null object
The pagination information.
CustomIngestionHookConnection.totalCount ● Int! non-null scalar
The total number of records for that particular query, independent of the pagination.
Returned by
customIngestionHooks query