Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. query {
  2. matches(id: 300331511) {
  3. date
  4. homeTeam {name}
  5. awayTeam {name}
  6. homeScore
  7. awayScore
  8. goals {
  9. scorer {
  10. name
  11. }
  12. time
  13. }
  14. }
  15. }
Add Comment
Please, Sign In to add comment