ships

Return type

[Ship]

Arguments

find

limit

Int

offset

Int

order

sort

Request

query ships($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 {
      ...ShipMissionFragment
    }
    mmsi
    model
    name
    position {
      ...ShipLocationFragment
    }
    roles
    speed_kn
    status
    successful_landings
    type
    url
    weight_kg
    weight_lbs
    year_built
  }
}