Skip to content

Commit 35fb0e9

Browse files
authored
Update dataloader.md (graphql-dotnet#1289)
typo
1 parent 954ea46 commit 35fb0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/site/docs/guides/dataloader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var result = executer.ExecuteAsync(opts => {
7171

7272
First, inject the `IDataLoaderContextAccessor` into your GraphQL type class.
7373

74-
Then use the the `Context` property on the accessor to get the current `DataLoaderContext`. Each request will have its own context instance.
74+
Then use the `Context` property on the accessor to get the current `DataLoaderContext`. Each request will have its own context instance.
7575

7676
Use one of the "GetOrAddLoader" methods on the `DataLoaderContext`. These methods all require a string key to uniquely identify each loader. They also require a delegate for fetching the data. Each method will get an existing loader or add a new one, identified by the string key. Each method has various overloads to support different ways to load and map data with the keys.
7777

0 commit comments

Comments
 (0)