UserTransaction_aggregate
fetch aggregated fields from the table: "UserTransaction"
UserTransaction_aggregate(
distinct_on: [UserTransaction_select_column!]
limit: Int
offset: Int
order_by: [UserTransaction_order_by!]
where: UserTransaction_bool_exp
): UserTransaction_aggregate!
Arguments
UserTransaction_aggregate.distinct_on
● [UserTransaction_select_column!]
list enum
distinct select on columns
UserTransaction_aggregate.limit
● Int
scalar
limit the number of rows returned
UserTransaction_aggregate.offset
● Int
scalar
skip the first n rows. Use only with order_by
UserTransaction_aggregate.order_by
● [UserTransaction_order_by!]
list input
sort the rows by one or more columns
UserTransaction_aggregate.where
● UserTransaction_bool_exp
input
filter the rows returned
Type
UserTransaction_aggregate
object
aggregated selection of "UserTransaction"