WebhookLogConnection
A paginated list of WebhookLog edges.
type WebhookLogConnection {
pageInfo: PageInfo!
edges: [WebhookLogEdge!]!
}
Fields
WebhookLogConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
WebhookLogConnection.edges ● [WebhookLogEdge!]! non-null object
A list of WebhookLog edges.
Member Of
Webhook object