WebhookDeliveriesConnection
Page of deliveries plus the total number matching the filter.
type WebhookDeliveriesConnection {
items: [WebhookDelivery!]!
total: Int!
}
Fields
WebhookDeliveriesConnection.items ● [WebhookDelivery!]! non-null object
Deliveries, newest first.
WebhookDeliveriesConnection.total ● Int! non-null scalar
Total matching deliveries, ignoring pagination.
Returned By
webhookDeliveries query
¿Te ha resultado útil esta página?