paymentMerchants
Permission required: payment_merchant:query:payment_merchants
paymentMerchants(
after: String
before: String
filter: PaymentMerchantComplexFilterInput
first: Int
last: Int
): PaymentMerchantConnection
Arguments
paymentMerchants.after ● String scalar
Returns the elements in the list that come after the specified cursor.
paymentMerchants.before ● String scalar
Returns the elements in the list that come before the specified cursor.
paymentMerchants.filter ● PaymentMerchantComplexFilterInput input
paymentMerchants.first ● Int scalar
Returns the first _n_ elements from the list.
paymentMerchants.last ● Int scalar
Returns the last _n_ elements from the list.
Type
PaymentMerchantConnection object
The connection type for PaymentMerchant.