merchantPayments
Returns a list of merchant payments
Implements the Relay Connection interface, used to paginate list of element (Learn More)
merchantPayments(
first: Int! = 50
after: String
orderBy: MerchantPaymentOrderByInput
filters: MerchantPaymentFiltersInput
): MerchantPaymentConnection
Arguments
merchantPayments.first
● Int!
non-null scalar
the number of elements to load (maximum: 100)
merchantPayments.after
● String
scalar
the index (a unique reference in string form) from which you will load the following elements
merchantPayments.orderBy
● MerchantPaymentOrderByInput
input
an order you can apply to your list of connections
merchantPayments.filters
● MerchantPaymentFiltersInput
input
a filtering table you can apply to your list of connections
Type
MerchantPaymentConnection
object
Implements the Relay Connection interface, used to paginate list of element (Learn More)