graphene/docs/playground/examples/tea_store.graphql

9 lines
87 B
GraphQL
Raw Normal View History

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