paymentMethod
fetch data from the table: "paymentMethod"
paymentMethod(
distinct_on: [paymentMethod_select_column!]
limit: Int
offset: Int
order_by: [paymentMethod_order_by!]
where: paymentMethod_bool_exp
): [paymentMethod!]!
Arguments
paymentMethod.distinct_on
● [paymentMethod_select_column!]
list enum
distinct select on columns
paymentMethod.limit
● Int
scalar
limit the number of rows returned
paymentMethod.offset
● Int
scalar
skip the first n rows. Use only with order_by
paymentMethod.order_by
● [paymentMethod_order_by!]
list input
sort the rows by one or more columns
paymentMethod.where
● paymentMethod_bool_exp
input
filter the rows returned
Type
paymentMethod
object
columns and relationships of "paymentMethod"