paymentInformations
Retrieves all payment informations matching the filter
paymentInformations(
skip: Int = 0
first: Int = 2147483647
orderBy: PaymentInformationOrder
filter: PaymentInformationFilter
): PaymentInformationConnection!
Arguments
paymentInformations.skip
● Int
scalar
Number of items to skip
paymentInformations.first
● Int
scalar
Number of items to return
paymentInformations.orderBy
● PaymentInformationOrder
input
Ordering
paymentInformations.filter
● PaymentInformationFilter
input
Filtering
Type
PaymentInformationConnection
object
A connection of payment informations