Skip to main content

Activity

fetch data from the table: "Activity"

Activity(
distinct_on: [Activity_select_column!]
limit: Int
offset: Int
order_by: [Activity_order_by!]
where: Activity_bool_exp
): [Activity!]!

Arguments

Activity.distinct_on ● [Activity_select_column!] list enum

distinct select on columns

Activity.limit ● Int scalar

limit the number of rows returned

Activity.offset ● Int scalar

skip the first n rows. Use only with order_by

Activity.order_by ● [Activity_order_by!] list input

sort the rows by one or more columns

Activity.where ● Activity_bool_exp input

filter the rows returned

Type

Activity object

columns and relationships of "Activity"