mirror of
https://github.com/graphql-python/graphene.git
synced 2025-10-29 15:07:41 +03:00
In the `timing_middleware` example, introspection queries will fail due to `Schema` and others not having `_meta` attributes. API will work and tests pass but introspection will fail, which can be quite confusing to the developer. Simple update makes sure the `root` variable has a `_meta` attribute before accessing it. |
||
|---|---|---|
| .. | ||
| execution | ||
| relay | ||
| testing | ||
| types | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||
| quickstart.rst | ||
| requirements.txt | ||