Fix GraphQL queries following API change

master
Lertsenem 2021-07-03 20:21:05 +02:00
parent 71279eb2a2
commit 7b9d3f13f4
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ query getCharsByTournamentIdAndEntrantIds($tournamentId:ID, $entrantIds:[ID])
events
{
name
slug
numEntrants
sets
(

View File

@ -14,6 +14,7 @@ query getTournamentTopBySlug($id:ID,$top:Int)
events
{
name
slug
numEntrants
videogame
{

View File

@ -14,6 +14,7 @@ query getTournamentTopBySlug($slug:String,$top:Int)
events
{
name
slug
numEntrants
videogame
{