12 lines
195 B
GraphQL
Raw Normal View History

2022-12-02 16:54:48 +05:30
query Dragons {
spacex_dragons {
name
active
# remove the comments to add thrusters to the query
# thrusters {
# amount
# pods
# }
}
}