Skip to content

Commit 485b1ed

Browse files
fix field name in execute.rst example (#1327)
fix field name in execute.rst 'Operation Name' example
1 parent c08379e commit 485b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/execute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If there are multiple operations defined in a query string, ``operation_name`` s
110110
from graphene import ObjectType, Field, Schema
111111
112112
class Query(ObjectType):
113-
me = Field(User)
113+
user = Field(User)
114114
115115
def resolve_user(root, info):
116116
return get_user_by_id(12)

0 commit comments

Comments
 (0)