Sponsor_max_fields
aggregate max on columns
type Sponsor_max_fields {
address: String
chainId: Int
id: String
sponsorshipCount: Int
totalAmount: numeric
totalAmountDisplay: String
}
aggregate max on columns
type Sponsor_max_fields {
address: String
chainId: Int
id: String
sponsorshipCount: Int
totalAmount: numeric
totalAmountDisplay: String
}
Sponsor_max_fields.address ● String scalarSponsor_max_fields.chainId ● Int scalarSponsor_max_fields.id ● String scalarSponsor_max_fields.sponsorshipCount ● Int scalarSponsor_max_fields.totalAmount ● numeric scalarSponsor_max_fields.totalAmountDisplay ● String scalar