Subgraph
GraphQL Queries
Games & Conditions Entities
Participant Entity

Participant Entity

Description

Represents a participant in a game (e.g., a team or player). It tracks participant metadata and is linked to a specific game.

Usage

This entity is perfect for displaying or organizing game participants, such as teams or players. Use it when building features that need to display participant data in a betting market.

Attributes

AttributeTypeDescription
idID!Unique identifier for the participant (Game entity ID + participant sort order).
gameGame!Reference to the game the participant is associated with.
nameString!Name of the participant (e.g., a team or individual).
imageStringImage URL or reference for the participant (optional).
sortOrderInt!Sorting order for the participant within the game.