Skip to content

500 response 9 times out of 10 for rewardedRankings > eligibleOrSo5Rewards query #678

@gh-kwayet

Description

@gh-kwayet

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 {
          ... 
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions