Sponsor
columns and relationships of "Sponsor"
type Sponsor {
address: String!
chainId: Int!
id: String!
sponsorshipCount: Int!
sponsorships(
distinct_on: [Sponsorship_select_column!]
limit: Int
offset: Int
order_by: [Sponsorship_order_by!]
where: Sponsorship_bool_exp
): [Sponsorship!]!
sponsorships_aggregate(
distinct_on: [Sponsorship_select_column!]
limit: Int
offset: Int
order_by: [Sponsorship_order_by!]
where: Sponsorship_bool_exp
): Sponsorship_aggregate!
totalAmount: numeric!
totalAmountDisplay: String!
}
Fields
Sponsor.address ● String! non-null scalar
Sponsor.chainId ● Int! non-null scalar
Sponsor.id ● String! non-null scalar
Sponsor.sponsorshipCount ● Int! non-null scalar
Sponsor.sponsorships ● [Sponsorship!]! non-null object
An array relationship
Sponsor.sponsorships.distinct_on ● [Sponsorship_select_column!] list enum
distinct select on columns
Sponsor.sponsorships.limit ● Int scalar
limit the number of rows returned
Sponsor.sponsorships.offset ● Int scalar
skip the first n rows. Use only with order_by
Sponsor.sponsorships.order_by ● [Sponsorship_order_by!] list input
sort the rows by one or more columns
Sponsor.sponsorships.where ● Sponsorship_bool_exp input
filter the rows returned
Sponsor.sponsorships_aggregate ● Sponsorship_aggregate! non-null object
An aggregate relationship
Sponsor.sponsorships_aggregate.distinct_on ● [Sponsorship_select_column!] list enum
distinct select on columns
Sponsor.sponsorships_aggregate.limit ● Int scalar
limit the number of rows returned
Sponsor.sponsorships_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
Sponsor.sponsorships_aggregate.order_by ● [Sponsorship_order_by!] list input
sort the rows by one or more columns
Sponsor.sponsorships_aggregate.where ● Sponsorship_bool_exp input
filter the rows returned