Hi, previously I've been able to hit the API endpoint with this query:
query TournamentQuery($slug: String, $eventFilter: EventFilter) { tournament(slug: $slug) { id name events(filter:$eventFilter) { name id startAt videogame { id slug } } }
With baccpaBrawl as the slug, and it's given the latest version of that tournament. However, at least as of today, it returns the info for the very first baccpaBrawl, even though https://www.start.gg/baccpaBrawl redirects to the latest. Other short slugs don't appear to have the issue. Maybe it's some configuration thing on their side, but I figured I would bring the inconsistency to your attention.
Hi, previously I've been able to hit the API endpoint with this query:
query TournamentQuery($slug: String, $eventFilter: EventFilter) { tournament(slug: $slug) { id name events(filter:$eventFilter) { name id startAt videogame { id slug } } }
With baccpaBrawl as the slug, and it's given the latest version of that tournament. However, at least as of today, it returns the info for the very first baccpaBrawl, even though https://www.start.gg/baccpaBrawl redirects to the latest. Other short slugs don't appear to have the issue. Maybe it's some configuration thing on their side, but I figured I would bring the inconsistency to your attention.