Subgraph
GraphQL Queries
Sports, Leagues, Countries Entities
SportHub Entity

SportHub Entity

Description

Represents a hub for organizing sports in Azuro. It contains metadata about sports and is used to categorize games, countries, and leagues within the betting platform.

Usage

This entity is key when organizing sports into hubs. Use this entity to categorize sports, making it easier to display related leagues, countries, and games.

Attributes

AttributeTypeDescription
idID!Unique identifier for the sport hub.
nameString!Name of the sport hub.
slugString!URL-friendly slug for the sport hub.
sports[Sport!] @derivedFromList of sports associated with the sport hub.