We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data-loader
1 parent 98ff6b7 commit 81b6407Copy full SHA for 81b6407
website/versioned_docs/version-6.x.x/server/data-loader/data-loader.md
@@ -7,7 +7,7 @@ Data Loaders are a popular caching pattern from the [JavaScript GraphQL implemen
7
using the `DataLoader` and `DataLoaderRegistry`.
8
9
Since `graphql-kotlin` allows you to abstract the schema generation and data fetching code, you may not even need
10
-data loaders if instead you have some persistant cache on your server.
+data loaders if instead you have some persistent cache on your server.
11
12
```kotlin
13
class User(val id: ID) {
0 commit comments