Usage
=====

GraphQL-core provides two important capabilities: building a type schema, and serving
queries against that type schema.

.. toctree::
   :maxdepth: 2

   schema
   resolvers
   queries
   sdl
   methods
   introspection
   parser
   extension
   validator
   other
