From 442b8b3d5d4b9cfeca4d3ba0b73fdd81388383b0 Mon Sep 17 00:00:00 2001 From: sduthil Date: Thu, 9 Apr 2020 10:16:36 -0400 Subject: [PATCH] README: fix apollo-client link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af4e1ac..83fb186 100644 --- a/README.md +++ b/README.md @@ -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