ships Query
Arguments
#
Response
#
Returns [Ship ].
Example
#
query (
$find: ShipsFind
$limit: Int
$offset: Int
$order: String
$sort: String
) {
ships(
find: $find
limit: $limit
offset: $offset
order: $order
sort: $sort
) {
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
{
"find": {
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"name": "A name",
"model": "model",
"type": "type",
"role": "role",
"active": true,
"imo": 42,
"mmsi": 42,
"abs": 42,
"class": 42,
"weight_lbs": 42,
"weight_kg": 42,
"year_built": 42,
"home_port": "home_port",
"status": "status",
"speed_kn": 42,
"course_deg": 42,
"latitude": 30.7,
"longitude": 30.7,
"successful_landings": 42,
"attempted_landings": 42,
"mission": "mission"
},
"limit": 42,
"offset": 42,
"order": "order",
"sort": "sort"
}
3
{
"ships": [
{
"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
ship
Next
shipsResult