Region
Region
type Region {
fullName: String
id: ID!
shortName: String
}
Fields
Region.fullName
● String
scalar
Region full name
Region.id
● ID!
non-null scalar
The unique identifier of the object
Region.shortName
● String
scalar
Region short name
Member Of
Tournament
object