coresPast

Return type

[Core]

Arguments

find

limit

Int

offset

Int

order

sort

Request

query coresPast($find: CoresFind, $limit: Int, $offset: Int, $order: String, $sort: String) {
  coresPast(
    find: $find
    limit: $limit
    offset: $offset
    order: $order
    sort: $sort
  ) {
    asds_attempts
    asds_landings
    block
    id
    missions {
      ...CapsuleMissionFragment
    }
    original_launch
    reuse_count
    rtls_attempts
    rtls_landings
    status
    water_landing
  }
}