id
Returns Landpad .
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" }
{ "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" } }
history
landpads