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 33 34 35 36 37
|
Execution
=========
.. currentmodule:: graphql.execution
.. automodule:: graphql.execution
:no-members:
:no-inherited-members:
.. autofunction:: execute
.. autofunction:: execute_sync
.. autofunction:: default_field_resolver
.. autofunction:: default_type_resolver
.. autoclass:: ExecutionContext
.. autoclass:: ExecutionResult
.. autoclass:: FormattedExecutionResult
:no-inherited-members:
.. autofunction:: subscribe
.. autofunction:: create_source_event_stream
.. autoclass:: MapAsyncIterator
.. autoclass:: Middleware
.. autoclass:: MiddlewareManager
.. autofunction:: get_directive_values
.. autofunction:: get_variable_values
|