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