Asset
columns and relationships of "Asset"
type Asset {
address: String!
chainId: numeric!
db_write_timestamp: timestamp
decimals: numeric!
id: String!
name: String!
streams(
distinct_on: [Stream_select_column!]
limit: Int
offset: Int
order_by: [Stream_order_by!]
where: Stream_bool_exp
): [Stream!]!
streams_aggregate(
distinct_on: [Stream_select_column!]
limit: Int
offset: Int
order_by: [Stream_order_by!]
where: Stream_bool_exp
): Stream_aggregate!
symbol: String!
}
Fields
Asset.address ● String! non-null scalar
Asset.chainId ● numeric! non-null scalar
Asset.db_write_timestamp ● timestamp scalar
Asset.decimals ● numeric! non-null scalar
Asset.id ● String! non-null scalar
Asset.name ● String! non-null scalar
Asset.streams ● [Stream!]! non-null object
An array relationship
Asset.streams.distinct_on ● [Stream_select_column!] list enum
distinct select on columns
Asset.streams.limit ● Int scalar
limit the number of rows returned
Asset.streams.offset ● Int scalar
skip the first n rows. Use only with order_by
Asset.streams.order_by ● [Stream_order_by!] list input
sort the rows by one or more columns
Asset.streams.where ● Stream_bool_exp input
filter the rows returned
Asset.streams_aggregate ● Stream_aggregate! non-null object
An aggregate relationship
Asset.streams_aggregate.distinct_on ● [Stream_select_column!] list enum
distinct select on columns
Asset.streams_aggregate.limit ● Int scalar
limit the number of rows returned
Asset.streams_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
Asset.streams_aggregate.order_by ● [Stream_order_by!] list input
sort the rows by one or more columns
Asset.streams_aggregate.where ● Stream_bool_exp input
filter the rows returned