You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a change in the amount of allSo5Scores retrievable, there is barely any score prior to 2023-01 anymore.
It seems like a recent change as I didn't have any issue like that just a few weeks ago.
Query:
query getPlayerScores($slug: String!, $first: Int, $after: String) {
football {
player(slug: $slug) {
allSo5Scores(first: $first, after: $after) {
pageInfo {
hasNextPage
endCursor
}
edges {
cursor
node {
id
score
game {
date
}
}
}
}
}
}
}
Hello,
I noticed a change in the amount of allSo5Scores retrievable, there is barely any score prior to 2023-01 anymore.
It seems like a recent change as I didn't have any issue like that just a few weeks ago.
Query:
Variables example:
Result:
Is there any explanation?
Thanks a lot
The text was updated successfully, but these errors were encountered: