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!]!
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