| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,11 +52,10 @@ gql_view(request) # <-- the instance is callable and expects a `aiohttp.web.Req | |||
| 52 | 52 | * `root_value`: The `root_value` you want to provide to graphql `execute`. | |
| 53 | 53 | * `pretty`: Whether or not you want the response to be pretty printed JSON. | |
| 54 | 54 | * `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly from a browser (a useful tool for debugging and exploration). | |
| 55 | - * `graphiql_version`: The graphiql version to load. Defaults to **"1.0.3"**. | ||
| 55 | + * `graphiql_version`: The graphiql version to load. Defaults to **"1.4.7"**. | ||
| 56 | 56 | * `graphiql_template`: Inject a Jinja template string to customize GraphiQL. | |
| 57 | 57 | * `graphiql_html_title`: The graphiql title to display. Defaults to **"GraphiQL"**. | |
| 58 | - * `jinja_env`: Sets jinja environment to be used to process GraphiQL template. If Jinja’s async mode is enabled (by `enable_async=True`), uses | ||
| 59 | - `Template.render_async` instead of `Template.render`. If environment is not set, fallbacks to simple regex-based renderer. | ||
| 58 | + * `jinja_env`: Sets jinja environment to be used to process GraphiQL template. If Jinja’s async mode is enabled (by `enable_async=True`), uses `Template.render_async` instead of `Template.render`. If environment is not set, fallbacks to simple regex-based renderer. | ||
| 60 | 59 | * `batch`: Set the GraphQL view as batch (for using in [Apollo-Client](http://dev.apollodata.com/core/network.html#query-batching) or [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer)) | |
| 61 | 60 | * `middleware`: A list of graphql [middlewares](http://docs.graphene-python.org/en/latest/execution/middleware/). | |
| 62 | 61 | * `validation_rules`: A list of graphql validation rules. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ More info at [Graphene v3 release notes](https://github.com/graphql-python/graph | |||
| 53 | 53 | * `root_value`: The `root_value` you want to provide to graphql `execute`. | |
| 54 | 54 | * `pretty`: Whether or not you want the response to be pretty printed JSON. | |
| 55 | 55 | * `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly from a browser (a useful tool for debugging and exploration). | |
| 56 | - * `graphiql_version`: The graphiql version to load. Defaults to **"1.0.3"**. | ||
| 56 | + * `graphiql_version`: The graphiql version to load. Defaults to **"1.4.7"**. | ||
| 57 | 57 | * `graphiql_template`: Inject a Jinja template string to customize GraphiQL. | |
| 58 | 58 | * `graphiql_html_title`: The graphiql title to display. Defaults to **"GraphiQL"**. | |
| 59 | 59 | * `batch`: Set the GraphQL view as batch (for using in [Apollo-Client](http://dev.apollodata.com/core/network.html#query-batching) or [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,11 +44,10 @@ This will add `/graphql` endpoint to your app and enable the GraphiQL IDE. | |||
| 44 | 44 | * `root_value`: The `root_value` you want to provide to graphql `execute`. | |
| 45 | 45 | * `pretty`: Whether or not you want the response to be pretty printed JSON. | |
| 46 | 46 | * `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly from a browser (a useful tool for debugging and exploration). | |
| 47 | - * `graphiql_version`: The graphiql version to load. Defaults to **"1.0.3"**. | ||
| 47 | + * `graphiql_version`: The graphiql version to load. Defaults to **"1.4.7"**. | ||
| 48 | 48 | * `graphiql_template`: Inject a Jinja template string to customize GraphiQL. | |
| 49 | 49 | * `graphiql_html_title`: The graphiql title to display. Defaults to **"GraphiQL"**. | |
| 50 | - * `jinja_env`: Sets jinja environment to be used to process GraphiQL template. If Jinja’s async mode is enabled (by `enable_async=True`), uses | ||
| 51 | - `Template.render_async` instead of `Template.render`. If environment is not set, fallbacks to simple regex-based renderer. | ||
| 50 | + * `jinja_env`: Sets jinja environment to be used to process GraphiQL template. If Jinja’s async mode is enabled (by `enable_async=True`), uses `Template.render_async` instead of `Template.render`. If environment is not set, fallbacks to simple regex-based renderer. | ||
| 52 | 51 | * `batch`: Set the GraphQL view as batch (for using in [Apollo-Client](http://dev.apollodata.com/core/network.html#query-batching) or [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer)) | |
| 53 | 52 | * `middleware`: A list of graphql [middlewares](http://docs.graphene-python.org/en/latest/execution/middleware/). | |
| 54 | 53 | * `validation_rules`: A list of graphql validation rules. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ This will add `/graphql` endpoint to your app and enable the GraphiQL IDE. | |||
| 43 | 43 | * `root_value`: The `root_value` you want to provide to graphql `execute`. | |
| 44 | 44 | * `pretty`: Whether or not you want the response to be pretty printed JSON. | |
| 45 | 45 | * `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly from a browser (a useful tool for debugging and exploration). | |
| 46 | - * `graphiql_version`: The graphiql version to load. Defaults to **"1.0.3"**. | ||
| 46 | + * `graphiql_version`: The graphiql version to load. Defaults to **"1.4.7"**. | ||
| 47 | 47 | * `graphiql_template`: Inject a Jinja template string to customize GraphiQL. | |
| 48 | 48 | * `graphiql_html_title`: The graphiql title to display. Defaults to **"GraphiQL"**. | |
| 49 | 49 | * `batch`: Set the GraphQL view as batch (for using in [Apollo-Client](http://dev.apollodata.com/core/network.html#query-batching) or [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments