Skip to main content

payment

fetch data from the table: "payment"

payment(
distinct_on: [payment_select_column!]
limit: Int
offset: Int
order_by: [payment_order_by!]
where: payment_bool_exp
): [payment!]!

Arguments

payment.distinct_on ● [payment_select_column!] list enum

distinct select on columns

payment.limit ● Int scalar

limit the number of rows returned

payment.offset ● Int scalar

skip the first n rows. Use only with order_by

payment.order_by ● [payment_order_by!] list input

sort the rows by one or more columns

payment.where ● payment_bool_exp input

filter the rows returned

Type

payment object

columns and relationships of "payment"