Skip to content

Commit 6358d34

Browse files
chore: update docs (ExpediaGroup#1622)
1 parent 0918e09 commit 6358d34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/blogs-and-videos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here are some links to other blog posts and videos which may provide further exa
88

99
Articles and videos specifically about `graphql-kotlin`
1010

11-
- 📝  [GraphQL Kotlin 6.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-6-0-0-release-2227fd066dcd)
11+
- 📝  [GraphQL Kotlin 6.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-6-0-0-release-2227fd066dcd)
1212
- 📝  [GraphQL Kotlin 4.0.0 Release](https://medium.com/expedia-group-tech/graphql-kotlin-4-0-0-release-eb87e150a192)
1313
- 📺  [Bootiful GraphQL with Kotlin (Dariusz Kuc, Guillaume Scheibel)(Spring One 2020)](https://www.youtube.com/watch?v=t9He4vHZC24) (en)
1414
- 📺  [Bootiful GraphQL with Kotlin (Dariusz Kuc)(GOTO Chicago 2020)](https://www.youtube.com/watch?v=1siPT1pTXFU) (en)

website/docs/server/data-loader/data-loader-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

1010
`graphql-kotlin-dataloader-instrumentation` is set of custom [Instrumentations](https://www.graphql-java.com/documentation/instrumentation/)
11-
that will calculate when is the right moment to dispatch `KotlinDataLoader`s across single and batch GraphQL operations.
11+
that will calculate the right moment to dispatch `KotlinDataLoader`s across single or batch GraphQL operations.
1212

1313
These custom instrumentations follow the similar approach as the default [DataLoaderDispatcherInstrumentation](https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/execution/instrumentation/dataloader/DataLoaderDispatcherInstrumentation.java)
1414
from `graphql-java`, the main difference is that regular instrumentations apply to a single `ExecutionInput` aka [GraphQL Operation](https://www.graphql-java.com/documentation/execution#queries),

0 commit comments

Comments
 (0)