Skip to content

Commit eaa49da

Browse files
committed
Add DataLoader as new feature
1 parent 144d812 commit eaa49da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs2/site/docs/guides/migration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* This documentation!
66
* Subscriptions - [details](https://graphql-dotnet.github.io/docs/getting-started/subscriptions)
7+
* DataLoader - helps solve N+1 requests - [details](https://graphql-dotnet.github.io/docs/guides/dataloader)
78
* Unique Directive Per Location Validation Rule - [details](https://github.com/graphql-dotnet/graphql-dotnet/issues/231)
89
* Apollo Tracing - [details](https://graphql-dotnet.github.io/docs/getting-started/metrics)
910
* Parser support for the `null` keyword
@@ -25,6 +26,7 @@ public Schema(Func<Type, IGraphType> resolveType)
2526

2627
public Schema(IDependencyResolver dependencyResolver)
2728
{
29+
...
2830
}
2931
```
3032

0 commit comments

Comments
 (0)