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