Skip to main content

WebhookJobCountableConnection

A connection to a list of items.

type WebhookJobCountableConnection {
pageInfo: PageInfo!
edges: [WebhookJobCountableEdge!]!
totalCount: Int!
}

Fields

WebhookJobCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

WebhookJobCountableConnection.edges ● [WebhookJobCountableEdge!]! non-null object

Contains the nodes in this connection

WebhookJobCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

webhookJobs query

Was this page helpful?