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