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