Skip to main content
Version: 2025-03-11

MatchSeriesMetadata

The meta information of the match series

type MatchSeriesMetadata {
id: ID!
name: String
position: Int
type: MatchSeriesMetadataType
}

Fields

MatchSeriesMetadata.id ● ID! non-null scalar

The unique identifier of the object

MatchSeriesMetadata.name ● String scalar

The name of the match series metadata (e.g. Upper Bracket, Semifinal, ....)

MatchSeriesMetadata.position ● Int scalar

The position of the metadata (do not rely on specific values, only for sorting purposes!)

MatchSeriesMetadata.type ● MatchSeriesMetadataType enum

Type of the metadata

Member Of

MatchSeries object