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