Skip to content

Commit

Permalink
chore: move scrim graphql files to increase my sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeBrianD committed Dec 20, 2024
1 parent 0cb6228 commit 5b7487a
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,4 @@ query CreateScrimData {
}
}
}
# games {
# name
# id
# gameModes {
# id
# name
# }
# }
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ fragment ScrimFlow_Fragment on Scrim {
skillGroup {
name
}
complete
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ fragment ScrimList_Fragment on Scrim {
playerCount
name
}
complete
}

0 comments on commit 5b7487a

Please sign in to comment.