find
limit
offset
order
sort
Returns [Core ].
query ( $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 { flight name } original_launch reuse_count rtls_attempts rtls_landings status water_landing } }
3
{ "find": { "asds_attempts": 42, "asds_landings": 42, "block": 42, "id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e", "missions": "missions", "original_launch": "2022-03-06", "reuse_count": 42, "rtls_attempts": 42, "rtls_landings": 42, "status": "status", "water_landing": true }, "limit": 42, "offset": 42, "order": "order", "sort": "sort" }
{ "coresPast": [ { "asds_attempts": 42, "asds_landings": 42, "block": 42, "id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e", "missions": [ { "flight": 42, "name": "A name" } ], "original_launch": "2022-03-06", "reuse_count": 42, "rtls_attempts": 42, "rtls_landings": 42, "status": "status", "water_landing": true } ] }
cores
coresUpcoming