For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Associated query | Returns multiple results |
|---|
| Season | |
| Seasons | ✔️ |
| Label | Type | Notes | Null |
|---|
| id | integer | The season's id | |
| label | string | The season's label | |
query{
Seasons{
edges{
node{
id
label
}
}
}
}