Location
Location
type Location {
city: String
country: String
id: ID!
latitude: Float
longitude: Float
name: String
street: String
zipcode: String
}
Fields
Location.city
● String
scalar
City
Location.country
● String
scalar
Country code
Location.id
● ID!
non-null scalar
The unique identifier of the object
Location.latitude
● Float
scalar
Latitude
Location.longitude
● Float
scalar
Longitude
Location.name
● String
scalar
Location name
Location.street
● String
scalar
Street address
Location.zipcode
● String
scalar
Zipcode
Member Of
Tournament
object