We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8e65f commit 646c716Copy full SHA for 646c716
README.md
@@ -46,7 +46,7 @@ Then Querying `graphene.Schema` is as simple as:
46
query = '''
47
query SayHello {
48
hello
49
- ping(to:'peter')
+ ping(to:"peter")
50
}
51
'''
52
result = schema.execute(query)
0 commit comments