File: graphql.rst

package info (click to toggle)
graphql-core 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,384 kB
  • sloc: python: 45,812; makefile: 26; sh: 13
file content (32 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Reference
=========

.. currentmodule:: graphql

.. automodule:: graphql
   :no-members:
   :no-inherited-members:

.. _top-level-functions:

Top-Level Functions
-------------------

.. autofunction:: graphql
.. autofunction:: graphql_sync

.. _sub-packages:

Sub-Packages
------------

.. toctree::
   :maxdepth: 2

   error
   execution
   language
   pyutils
   type
   utilities
   validation