rockets Query
Arguments
#
Response
#
Returns [Rocket ].
Example
#
query ($limit: Int, $offset: Int) {
rockets(limit: $limit, offset: $offset) {
active
boosters
company
cost_per_launch
country
description
diameter {
feet
meters
}
engines {
engine_loss_max
layout
number
propellant_1
propellant_2
thrust_to_weight
type
version
}
first_flight
first_stage {
burn_time_sec
engines
fuel_amount_tons
reusable
}
height {
feet
meters
}
id
landing_legs {
material
number
}
mass {
kg
lb
}
name
payload_weights {
id
kg
lb
name
}
second_stage {
burn_time_sec
engines
fuel_amount_tons
}
stages
success_rate_pct
type
wikipedia
}
}
3
{
"limit": 42,
"offset": 42
}
3
{
"rockets": [
{
"active": true,
"boosters": 42,
"company": "Acme Inc",
"cost_per_launch": 42,
"country": "Canada",
"description": "A description",
"diameter": {
"feet": 30.7,
"meters": 30.7
},
"engines": {
"engine_loss_max": "engine_loss_max",
"layout": "layout",
"number": 42,
"propellant_1": "propellant_1",
"propellant_2": "propellant_2",
"thrust_to_weight": 30.7,
"type": "type",
"version": "version"
},
"first_flight": "2022-03-06",
"first_stage": {
"burn_time_sec": 42,
"engines": 42,
"fuel_amount_tons": 30.7,
"reusable": true
},
"height": {
"feet": 30.7,
"meters": 30.7
},
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"landing_legs": {
"material": "Wood",
"number": 42
},
"mass": {
"kg": 42,
"lb": 42
},
"name": "A name",
"payload_weights": [
{
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"kg": 42,
"lb": 42,
"name": "A name"
}
],
"second_stage": {
"burn_time_sec": 42,
"engines": 42,
"fuel_amount_tons": 30.7
},
"stages": 42,
"success_rate_pct": 42,
"type": "type",
"wikipedia": "wikipedia"
}
]
}
3
Previous
rocket
Next
rocketsResult