MatchProperty
Properties of a match
type MatchProperty {
createdAt: String
id: String
key: String
match: Match
value: String
}
Fields
MatchProperty.createdAt ● String scalar
MatchProperty creation date
MatchProperty.id ● String scalar
Match property ID
MatchProperty.key ● String scalar
Match property key
MatchProperty.match ● Match object
Related match data to which this property belongs
MatchProperty.value ● String scalar
Match property value
Member Of
Match object
Implemented By
FixtureData union