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