Skip to content

Commit

Permalink
fix field name in execute.rst example (#1327)
Browse files Browse the repository at this point in the history
fix field name in execute.rst 'Operation Name' example
  • Loading branch information
kevinr-electric authored and pull[bot] committed Apr 25, 2021
1 parent 561823a commit c118b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution/execute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ If there are multiple operations defined in a query string, ``operation_name`` s
from graphene import ObjectType, Field, Schema
class Query(ObjectType):
me = Field(User)
user = Field(User)
def resolve_user(root, info):
return get_user_by_id(12)
Expand Down

0 comments on commit c118b36

Please sign in to comment.