You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`context`: A value to pass as the `context` to the `graphql()` function. By default is set to `dict` with request object at key `request`.
43
42
-`root_value`: The `root_value` you want to provide to `executor.execute`.
44
43
-`pretty`: Whether or not you want the response to be pretty printed JSON.
45
-
-`executor`: The `Executor` that you want to use to execute queries. If an `AsyncExecutor` instance is provided, performs queries asynchronously within executor’s loop.
44
+
-`executor`: The `Executor` that you want to use to execute queries. If an `AsyncioExecutor` instance is provided, performs queries asynchronously within executor’s loop.
46
45
-`graphiql`: If `True`, may present [GraphiQL] when loaded directly from a browser (a useful tool for debugging and exploration).
47
46
-`graphiql_template`: Inject a Jinja template string to customize GraphiQL.
48
47
-`jinja_env`: Sets jinja environment to be used to process GraphiQL template. If Jinja’s async mode is enabled (by `enable_async=True`), uses
0 commit comments