This repository has been archived on 2020-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
minerbot2-older/games.gql

2 lines
147 B
GraphQL

{ gamesConnection { nodes { time status { quarter awayTeamPoints homeTeamPoints time } awayTeam { name } homeTeam { name } clock { seconds } } } }