wundergraph.andert.me/.wundergraph/operations/Dragons.graphql

12 lines
195 B
GraphQL
Raw Normal View History

2022-12-02 11:24:48 +00:00
query Dragons {
spacex_dragons {
name
active
# remove the comments to add thrusters to the query
# thrusters {
# amount
# pods
# }
}
}