Skip to main content

paymentEventsConnection

Audit log of inbound payment-provider webhook events (used for idempotent reconciliation of checkouts), newest first. Restricted to super admins; requests from non-super-admins are rejected. Relay cursor connection; prefer this over the offset-based paymentEvents.

paymentEventsConnection(
first: Int
after: String
): PaymentEventsConnection!

Arguments

paymentEventsConnection.first ● Int scalar

Return the first N edges after after. Default 50; clamped to 1..200.

paymentEventsConnection.after ● String scalar

Opaque cursor: return edges after this one. Pass a previous page's pageInfo.endCursor. Omit for the first page.

Type

PaymentEventsConnection object

A Relay cursor connection over PaymentEventRecord rows. Page with first/after; pass pageInfo.endCursor back as after for the next page.