Enumerating Teams
Teams can be enumerated via the FootballOrganization
's teamsConnection
field:
There may be situations where you need team data that isn't universally applicable to all football organizations. For example, if you need the team club codes as defined by the NFL's Game Statistics and Information System, you won't find them on the FootballOrganization
directly.
One way of accessing organization-specific data points is via the direct approach:
Or you can use an inline fragment to maximize code re-use:
This site is open source!
See something that could be improved? Open a pull request on GitHub.
Contribute to This Page