graphene/docs/playground/examples/hello.graphql

5 lines
37 B
GraphQL

query {
hello
ping(to:"Peter")
}