Providers
Type: Provider
The following table provides a detailed overview of the methodology of a provider.
Key | Description |
---|
Sample query
{
providers(limit: 10) {
name
logoUrl
country
rewardOptions(limit: 5) {
id
type {
key
label
}
metrics(limit: 10) {
metricKey
defaultValue
}
}
}
}