Skip to content

Commit

Permalink
Update data-loader page to fix typo (#1813)
Browse files Browse the repository at this point in the history
### 📝 Description
`persistant`, an original word of data-loader page, seems typo of
`persistent`.

### 🔗 Related Issues
N/A
  • Loading branch information
T45K committed Jul 14, 2023
1 parent 98ff6b7 commit 81b6407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Data Loaders are a popular caching pattern from the [JavaScript GraphQL implemen
using the `DataLoader` and `DataLoaderRegistry`.

Since `graphql-kotlin` allows you to abstract the schema generation and data fetching code, you may not even need
data loaders if instead you have some persistant cache on your server.
data loaders if instead you have some persistent cache on your server.

```kotlin
class User(val id: ID) {
Expand Down

0 comments on commit 81b6407

Please sign in to comment.