Skip to content

Commit

Permalink
Merge 442b8b3 into 9691baf
Browse files Browse the repository at this point in the history
  • Loading branch information
sduthil committed Apr 14, 2020
2 parents 9691baf + 442b8b3 commit 038b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ This will add `/graphql` and `/graphiql` endpoints to your app.
* `executor`: The `Executor` that you want to use to execute queries.
* `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly from a browser (a useful tool for debugging and exploration).
* `graphiql_template`: Inject a Jinja template string to customize GraphiQL.
* `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))
* `batch`: Set the GraphQL view as batch (for using in [Apollo-Client](https://www.apollographql.com/docs/react/networking/network-layer/#query-batching) or [ReactRelayNetworkLayer](https://github.com/nodkz/react-relay-network-layer))
* `middleware`: A list of graphql [middlewares](http://docs.graphene-python.org/en/latest/execution/middleware/).

You can also subclass `GraphQLView` and overwrite `get_root_value(self, request)` to have a dynamic root value
Expand Down

0 comments on commit 038b344

Please sign in to comment.