landpads Query
Arguments
#
Response
#
Returns [Landpad ].
Example
#
query ($limit: Int, $offset: Int) {
landpads(limit: $limit, offset: $offset) {
attempted_landings
details
full_name
id
landing_type
location {
latitude
longitude
name
region
}
status
successful_landings
wikipedia
}
}
3
{
"limit": 42,
"offset": 42
}
3
{
"landpads": [
{
"attempted_landings": "attempted_landings",
"details": "details",
"full_name": "full_name",
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"landing_type": "landing_type",
"location": {
"latitude": 30.7,
"longitude": 30.7,
"name": "A name",
"region": "region"
},
"status": "status",
"successful_landings": "successful_landings",
"wikipedia": "wikipedia"
}
]
}
3
