Team
Team — primary entity for the Sports product. Generic across team
sports (football, rugby, cricket); each row carries its sport
discriminator. Fixture-backed for now.
Implements: Entity
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
id | — | ID! | — |
name | — | String! | — |
sport | — | String | — |
country | — | String | — |
league | — | String | — |
founded | — | Int | — |
homeVenue | — | String | — |
sportId | — | ID! | — |
legacyIds | — | LegacyIds | — |
createdAt | — | DateTime! | — |
aliases | — | [ParticipantAlias!]! | — |