Skip to main content

Asset

columns and relationships of "Asset"

type Asset {
address: String!
chainId: numeric!
decimals: numeric!
flowStreams(
distinct_on: [FlowStream_select_column!]
limit: Int
offset: Int
order_by: [FlowStream_order_by!]
where: FlowStream_bool_exp
): [FlowStream!]!
flowStreams_aggregate(
distinct_on: [FlowStream_select_column!]
limit: Int
offset: Int
order_by: [FlowStream_order_by!]
where: FlowStream_bool_exp
): FlowStream_aggregate!
id: String!
lockupStreams(
distinct_on: [LockupStream_select_column!]
limit: Int
offset: Int
order_by: [LockupStream_order_by!]
where: LockupStream_bool_exp
): [LockupStream!]!
lockupStreams_aggregate(
distinct_on: [LockupStream_select_column!]
limit: Int
offset: Int
order_by: [LockupStream_order_by!]
where: LockupStream_bool_exp
): LockupStream_aggregate!
name: String!
symbol: String!
}

Fields

Asset.address ● String! non-null scalar

Asset.chainId ● numeric! non-null scalar

Asset.decimals ● numeric! non-null scalar

Asset.flowStreams ● [FlowStream!]! non-null object

An array relationship

Asset.flowStreams.distinct_on ● [FlowStream_select_column!] list enum

distinct select on columns

Asset.flowStreams.limit ● Int scalar

limit the number of rows returned

Asset.flowStreams.offset ● Int scalar

skip the first n rows. Use only with order_by

Asset.flowStreams.order_by ● [FlowStream_order_by!] list input

sort the rows by one or more columns

Asset.flowStreams.where ● FlowStream_bool_exp input

filter the rows returned

Asset.flowStreams_aggregate ● FlowStream_aggregate! non-null object

An aggregate relationship

Asset.flowStreams_aggregate.distinct_on ● [FlowStream_select_column!] list enum

distinct select on columns

Asset.flowStreams_aggregate.limit ● Int scalar

limit the number of rows returned

Asset.flowStreams_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

Asset.flowStreams_aggregate.order_by ● [FlowStream_order_by!] list input

sort the rows by one or more columns

Asset.flowStreams_aggregate.where ● FlowStream_bool_exp input

filter the rows returned

Asset.id ● String! non-null scalar

Asset.lockupStreams ● [LockupStream!]! non-null object

An array relationship

Asset.lockupStreams.distinct_on ● [LockupStream_select_column!] list enum

distinct select on columns

Asset.lockupStreams.limit ● Int scalar

limit the number of rows returned

Asset.lockupStreams.offset ● Int scalar

skip the first n rows. Use only with order_by

Asset.lockupStreams.order_by ● [LockupStream_order_by!] list input

sort the rows by one or more columns

Asset.lockupStreams.where ● LockupStream_bool_exp input

filter the rows returned

Asset.lockupStreams_aggregate ● LockupStream_aggregate! non-null object

An aggregate relationship

Asset.lockupStreams_aggregate.distinct_on ● [LockupStream_select_column!] list enum

distinct select on columns

Asset.lockupStreams_aggregate.limit ● Int scalar

limit the number of rows returned

Asset.lockupStreams_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

Asset.lockupStreams_aggregate.order_by ● [LockupStream_order_by!] list input

sort the rows by one or more columns

Asset.lockupStreams_aggregate.where ● LockupStream_bool_exp input

filter the rows returned

Asset.name ● String! non-null scalar

Asset.symbol ● String! non-null scalar