graphene/docs/playground/examples/tea_store.graphql

9 lines
87 B
GraphQL

query {
store {
teas(orderBy:"name") {
name
steepingTime
}
}
}