Skip to content

Commit 27d109b

Browse files
authored
Update 3-understanding-dataLoader.md (#104)
1 parent f631fb9 commit 27d109b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-understanding-dataLoader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ But if we, for instance, have some parts of the API not under our control and wa
571571

572572
In our specific case, we want to make the GraphQL API nicer and remove the relationship objects like `SessionSpeaker`.
573573

574-
1. First let us add a new `DataLoader`for sessions in order to efficiently fetch sessions. for this create a file `SessionByIdDataLoader.cs` with the following code:
574+
1. First let us add a new `DataLoader` for sessions in order to efficiently fetch sessions. Let's create a file `SessionByIdDataLoader.cs` for this with the following code:
575575

576576
```csharp
577577
using System;

0 commit comments

Comments
 (0)