capsules Query
Arguments
#
Response
#
Returns [Capsule ].
Example
#
query (
$find: CapsulesFind
$limit: Int
$offset: Int
$order: String
$sort: String
) {
capsules(
find: $find
limit: $limit
offset: $offset
order: $order
sort: $sort
) {
dragon {
active
crew_capacity
description
dry_mass_kg
dry_mass_lb
first_flight
id
name
orbit_duration_yr
sidewall_angle_deg
type
wikipedia
}
id
landings
missions {
flight
name
}
original_launch
reuse_count
status
type
}
}
3
{
"find": {
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"landings": 42,
"mission": "mission",
"original_launch": "2022-03-06",
"reuse_count": 42,
"status": "status",
"type": "type"
},
"limit": 42,
"offset": 42,
"order": "order",
"sort": "sort"
}
3
{
"capsules": [
{
"dragon": {
"active": true,
"crew_capacity": 42,
"description": "A description",
"dry_mass_kg": 42,
"dry_mass_lb": 42,
"first_flight": "first_flight",
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"name": "A name",
"orbit_duration_yr": 42,
"sidewall_angle_deg": 30.7,
"type": "type",
"wikipedia": "wikipedia"
},
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"landings": 42,
"missions": [
{
"flight": 42,
"name": "A name"
}
],
"original_launch": "2022-03-06",
"reuse_count": 42,
"status": "status",
"type": "type"
}
]
}
3
Previous
capsule
Next
capsulesPast