Skip to content

Commit 442b8b3

Browse files
committed
README: fix apollo-client link
1 parent 9691baf commit 442b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This will add `/graphql` and `/graphiql` endpoints to your app.
3939
* `executor`: The `Executor` that you want to use to execute queries.
4040
* `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly from a browser (a useful tool for debugging and exploration).
4141
* `graphiql_template`: Inject a Jinja template string to customize GraphiQL.
42-
* `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))
42+
* `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))
4343
* `middleware`: A list of graphql [middlewares](http://docs.graphene-python.org/en/latest/execution/middleware/).
4444

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

0 commit comments

Comments
 (0)