Skip to main content

Revenue

columns and relationships of "Revenue"

type Revenue {
amount: float8!
chainId: numeric!
currency: String!
date: String!
dateTimestamp: timestamptz!
db_write_timestamp: timestamp
id: String!
transactions(
distinct_on: [RevenueTransaction_select_column!]
limit: Int
offset: Int
order_by: [RevenueTransaction_order_by!]
where: RevenueTransaction_bool_exp
): [RevenueTransaction!]!
transactions_aggregate(
distinct_on: [RevenueTransaction_select_column!]
limit: Int
offset: Int
order_by: [RevenueTransaction_order_by!]
where: RevenueTransaction_bool_exp
): RevenueTransaction_aggregate!
}

Fields

Revenue.amount ● float8! non-null scalar

Revenue.chainId ● numeric! non-null scalar

Revenue.currency ● String! non-null scalar

Revenue.date ● String! non-null scalar

Revenue.dateTimestamp ● timestamptz! non-null scalar

Revenue.db_write_timestamp ● timestamp scalar

Revenue.id ● String! non-null scalar

Revenue.transactions ● [RevenueTransaction!]! non-null object

An array relationship

Revenue.transactions.distinct_on ● [RevenueTransaction_select_column!] list enum

distinct select on columns

Revenue.transactions.limit ● Int scalar

limit the number of rows returned

Revenue.transactions.offset ● Int scalar

skip the first n rows. Use only with order_by

Revenue.transactions.order_by ● [RevenueTransaction_order_by!] list input

sort the rows by one or more columns

Revenue.transactions.where ● RevenueTransaction_bool_exp input

filter the rows returned

Revenue.transactions_aggregate ● RevenueTransaction_aggregate! non-null object

An aggregate relationship

Revenue.transactions_aggregate.distinct_on ● [RevenueTransaction_select_column!] list enum

distinct select on columns

Revenue.transactions_aggregate.limit ● Int scalar

limit the number of rows returned

Revenue.transactions_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

Revenue.transactions_aggregate.order_by ● [RevenueTransaction_order_by!] list input

sort the rows by one or more columns

Revenue.transactions_aggregate.where ● RevenueTransaction_bool_exp input

filter the rows returned