Hello, I'm noticing some very long response time that often result in a 500 with the following graphql. Requesting the eligibleOrSo5Rewards object is strangely long. Any insight here?
query ($endCursor: String!) {
currentUser {
rewardedRankings(sport: FOOTBALL, after: $endCursor) {
nodes {
eligibleOrSo5Rewards {
...
}
}
}
}
}