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.
1 parent 144d812 commit eaa49daCopy full SHA for eaa49da
docs2/site/docs/guides/migration.md
@@ -4,6 +4,7 @@
4
5
* This documentation!
6
* 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)
8
* Unique Directive Per Location Validation Rule - [details](https://github.com/graphql-dotnet/graphql-dotnet/issues/231)
9
* Apollo Tracing - [details](https://graphql-dotnet.github.io/docs/getting-started/metrics)
10
* Parser support for the `null` keyword
@@ -25,6 +26,7 @@ public Schema(Func<Type, IGraphType> resolveType)
25
26
27
public Schema(IDependencyResolver dependencyResolver)
28
{
29
+ ...
30
}
31
```
32
0 commit comments