We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a3bf commit 17e1857Copy full SHA for 17e1857
graphql/__init__.py
@@ -31,7 +31,7 @@
31
- :mod:`graphql.type`: Define GraphQL types and schema.
32
- :mod:`graphql.validation`: The Validation phase of fulfilling a GraphQL result.
33
- :mod:`graphql.execution`: The Execution phase of fulfilling a GraphQL request.
34
- - :mod:`graphql.error`: Creating and format GraphQL errors.
+ - :mod:`graphql.error`: Creating and formatting GraphQL errors.
35
- :mod:`graphql.utilities`:
36
Common useful computations upon the GraphQL language and type objects.
37
- :mod:`graphql/subscription`: Subscribe to data updates.
0 commit comments