You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs2/site/docs/getting-started/databases.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,5 @@ This library will work with any data source that you provide.
5
5
*[Entity Framework Blog Series](http://fiyazhasan.me/tag/graphql-dotnet/) by [Fiyaz Hasan](https://twitter.com/FiyazBinHasan)
6
6
*[Entity Framework](https://github.com/JacekKosciesza/StarWars) by [Jacek Kościesza](https://github.com/JacekKosciesza)
7
7
*[GraphQL.EntityFramework](https://github.com/SimonCropp/GraphQL.EntityFramework) Adds EntityFramework Core IQueryable support by [Simon Cropp](https://github.com/SimonCropp/)
8
+
*[Dapper](https://github.com/landmarkhw/Dapper.GraphQL) by [Doug Day](https://github.com/dougrday)
8
9
*[Marten + Nancy](https://github.com/joemcbride/marten/blob/graphql2/src/DinnerParty/Modules/GraphQLModule.cs) by [Joe McBride](https://github.com/joemcbride)
Copy file name to clipboardExpand all lines: docs2/site/docs/getting-started/metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Metrics
2
2
3
-
Metrics are captured during execution. This can help you determine performance issues within a resolver or validation. Field metrics are captured using Field Middleware and the results are returned as a `PerfRecord` array on the `ExecutionResult`. You can then generate an Apollog Tracing request with the `EnrichWithApolloTracing()` extension method.
3
+
Metrics are captured during execution. This can help you determine performance issues within a resolver or validation. Field metrics are captured using Field Middleware and the results are returned as a `PerfRecord` array on the `ExecutionResult`. You can then generate [Apollo Tracing](https://github.com/apollographql/apollo-tracing) data with the `EnrichWithApolloTracing()` extension method.
0 commit comments