Skip to main content

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!]!
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.symbol ● String! non-null scalar