mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
fixed typo
This commit is contained in:
parent
b9d3abee31
commit
0ed4050bb6
|
@ -33,7 +33,7 @@ subclass of ``relay.ClientIDMutation``.
|
|||
Accepting Files
|
||||
-------------
|
||||
|
||||
Mutations can also accept files, they will be in the context varibale
|
||||
Mutations can also accept files, they will be in the context variable.
|
||||
|
||||
.. code:: python
|
||||
|
||||
|
@ -52,4 +52,4 @@ Mutations can also accept files, they will be in the context varibale
|
|||
|
||||
# do something with files
|
||||
|
||||
return UploadFile(success=True)
|
||||
return UploadFile(success=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user