ship Query
Arguments
#
Response
#
Returns Ship .
Example
#
query ($id: ID!) {
ship(id: $id) {
abs
active
attempted_landings
class
course_deg
home_port
id
image
imo
missions {
flight
name
}
mmsi
model
name
position {
latitude
longitude
}
roles
speed_kn
status
successful_landings
type
url
weight_kg
weight_lbs
year_built
}
}
3
{
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e"
}
3
{
"ship": {
"abs": 42,
"active": true,
"attempted_landings": 42,
"class": 42,
"course_deg": 42,
"home_port": "home_port",
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"image": "image",
"imo": 42,
"missions": [
{
"flight": "flight",
"name": "A name"
}
],
"mmsi": 42,
"model": "model",
"name": "A name",
"position": {
"latitude": 30.7,
"longitude": 30.7
},
"roles": [
"roles"
],
"speed_kn": 30.7,
"status": "status",
"successful_landings": 42,
"type": "type",
"url": "https://website.com",
"weight_kg": 42,
"weight_lbs": 42,
"year_built": 42
}
}
3
Previous
rocketsResult
Next
ships