landpad Query
Arguments
#
Response
#
Returns Landpad .
Example
#
query ($id: ID!) {
landpad(id: $id) {
attempted_landings
details
full_name
id
landing_type
location {
latitude
longitude
name
region
}
status
successful_landings
wikipedia
}
}
3
{
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e"
}
3
{
"landpad": {
"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
