ShipsFind
Definition
input ShipsFind {
id: ID
name: String
model: String
type: String
role: String
active: Boolean
imo: Int
mmsi: Int
abs: Int
class: Int
weight_lbs: Int
weight_kg: Int
year_built: Int
home_port: String
status: String
speed_kn: Int
course_deg: Int
latitude: Float
longitude: Float
successful_landings: Int
attempted_landings: Int
mission: String
}
Input fields
Example
ShipsFind.json
{
"id": "ac23e983-c67e-442c-9570-c3f2d40e5bf3",
"name": "Some string",
"model": "Some string",
"type": "Some string",
"role": "Some string",
"active": true,
"imo": 12345,
"mmsi": 12345,
"abs": 12345,
"class": 12345,
"weight_lbs": 12345,
"weight_kg": 12345,
"year_built": 12345,
"home_port": "Some string",
"status": "Some string",
"speed_kn": 12345,
"course_deg": 12345,
"latitude": 123.45,
"longitude": 123.45,
"successful_landings": 12345,
"attempted_landings": 12345,
"mission": "Some string"
}