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 8c327fc commit a53b782Copy full SHA for a53b782
docs/types/objecttypes.rst
@@ -102,7 +102,7 @@ When we execute a query against that schema.
102
query_string = "{ me { fullName } }"
103
result = schema.execute(query_string)
104
105
- assert result.data["me"] == {"fullName": "Luke Skywalker")
+ assert result.data["me"] == {"fullName": "Luke Skywalker"}
106
107
Then we go through the following steps to resolve this query:
108
0 commit comments