Skip to content

Commit

Permalink
fix: incorrect variable name in README.md (#313)
Browse files Browse the repository at this point in the history
Corrected variable name from `identityLoader` to `myLoader`
  • Loading branch information
danielcaballero authored Jun 12, 2022
1 parent 38def91 commit a80c5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ so later requests will load new values.

```js
const myLoader = new DataLoader(keys => {
identityLoader.clearAll()
myLoader.clearAll()
return someBatchLoadFn(keys)
})
```
Expand Down Expand Up @@ -666,4 +666,4 @@ To initiate the signature process please open a PR against this repo. The EasyCL

You can find [detailed information here](https://github.com/graphql/graphql-wg/tree/main/membership). If you have issues, please email [operations@graphql.org](mailto:operations@graphql.org).

If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).
If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).

0 comments on commit a80c5ff

Please # to comment.