Skip to main content

bookingPage

fetch data from the table: "bookingPage"

bookingPage(
distinct_on: [bookingPage_select_column!]
limit: Int
offset: Int
order_by: [bookingPage_order_by!]
where: bookingPage_bool_exp
): [bookingPage!]!

Arguments

bookingPage.distinct_on ● [bookingPage_select_column!] list enum

distinct select on columns

bookingPage.limit ● Int scalar

limit the number of rows returned

bookingPage.offset ● Int scalar

skip the first n rows. Use only with order_by

bookingPage.order_by ● [bookingPage_order_by!] list input

sort the rows by one or more columns

bookingPage.where ● bookingPage_bool_exp input

filter the rows returned

Type

bookingPage object

columns and relationships of "bookingPage"