Update README.md

This commit is contained in:
Syrus Akbary 2015-10-30 13:40:19 -07:00
parent 3e8e65f033
commit 646c716041

View File

@ -46,7 +46,7 @@ Then Querying `graphene.Schema` is as simple as:
query = ''' query = '''
query SayHello { query SayHello {
hello hello
ping(to:'peter') ping(to:"peter")
} }
''' '''
result = schema.execute(query) result = schema.execute(query)