Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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