Skip to content

Commit 5e294d5

Browse files
authored
Merge pull request #8012 from mattleff/patch-1
[Doc] Fix typo in ra-data-graphql-simple docs
2 parents 53f1439 + 9308b23 commit 5e294d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-data-graphql-simple/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ buildApolloProvider({ introspection: introspectionOptions });
211211

212212
## `DELETE_MANY` and `UPDATE_MANY` Optimizations
213213

214-
You GraphQL backend may not allow multiple deletions or updates in a single query. This provider simply makes multiple requests to handle those. This is obviously not ideal but can be alleviated by supplying your own `ApolloClient` which could use the [apollo-link-batch-http](https://www.apollographql.com/docs/link/links/batch-http.html) link if your GraphQL backend support query batching.
214+
Your GraphQL backend may not allow multiple deletions or updates in a single query. This provider simply makes multiple requests to handle those. This is obviously not ideal but can be alleviated by supplying your own `ApolloClient` which could use the [apollo-link-batch-http](https://www.apollographql.com/docs/link/links/batch-http.html) link if your GraphQL backend support query batching.
215215

216216
## Contributing
217217

0 commit comments

Comments
 (0)