mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
5cb7d91aaa
* Revise documentation - Add missing reference to `flask-graphql` in integrations - align documentation for resolver arguments (use root for 1st argument instead of self) - explore use of `parent` instead of `root` for first argument - clarify resolvers and object type documentation - add documentation for Meta class options for ObjectType - expand quickstart documentation for first time users - streamline order of documentation for first time users (broad -> specific) - document resolver quirks * explict imports from graphene * rename doc refs for resolvers * suggestions typos and graphene import
19 lines
219 B
ReStructuredText
19 lines
219 B
ReStructuredText
.. _TypesReference:
|
|
|
|
===============
|
|
Types Reference
|
|
===============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
schema
|
|
scalars
|
|
list-and-nonnull
|
|
objecttypes
|
|
enums
|
|
interfaces
|
|
unions
|
|
mutations
|
|
abstracttypes
|