wundergraph.andert.me/.wundergraph/operations/Dragons.graphql
2022-12-02 16:54:48 +05:30

12 lines
195 B
GraphQL

query Dragons {
spacex_dragons {
name
active
# remove the comments to add thrusters to the query
# thrusters {
# amount
# pods
# }
}
}