Update middleware.rst

This commit is contained in:
Justin Miller 2021-04-12 22:44:41 -07:00 committed by GitHub
parent 5acd04aa93
commit a5fbb2e9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ Functional example
------------------ ------------------
Middleware can also be defined as a function. Here we define a middleware that Middleware can also be defined as a function. Here we define a middleware that
logs the time it takes to resolve each field logs the time it takes to resolve each field:
.. code:: python .. code:: python