Skip to main content

Segment

fetch data from the table: "Segment"

Segment(
distinct_on: [Segment_select_column!]
limit: Int
offset: Int
order_by: [Segment_order_by!]
where: Segment_bool_exp
): [Segment!]!

Arguments

Segment.distinct_on ● [Segment_select_column!] list enum

distinct select on columns

Segment.limit ● Int scalar

limit the number of rows returned

Segment.offset ● Int scalar

skip the first n rows. Use only with order_by

Segment.order_by ● [Segment_order_by!] list input

sort the rows by one or more columns

Segment.where ● Segment_bool_exp input

filter the rows returned

Type

Segment object

columns and relationships of "Segment"