Navigating Games
Schedules
There are two common ways of navigating games. The first is to use the schedule API. For example:
The schedule field isn't part of the FootballOrganization interface since the arguments differ slightly by league. However, you can still re-use the same fragment for the results like so:
Search
The other common way of navigating games is via the gamesConnection API, which provides powerful search functionality using FQL:
Node Lookup
Football games implement the Node interface, so games found via the above methods can be looked up directly by id:
This site is open source!
See something that could be improved? Open a pull request on GitHub.