MatchSeriesMetadata
The meta information of the match series
type MatchSeriesMetadata {
id: ID!
matchSeries: MatchSeries
name: String
position: Int
type: MatchSeriesMetadataType
}
Fields
MatchSeriesMetadata.id ● ID! non-null scalar
The unique identifier of the object
MatchSeriesMetadata.matchSeries ● MatchSeries object
Related match series data
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
Implemented By
FixtureData union