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
<sup><ahref='/src/Snippets/Configuration.cs#L20-L24'title='Snippet source file'>snippet source</a> | <ahref='#snippet-registerincontainer-1'title='Start of snippet'>anchor</a></sup>
135
+
<sup><ahref='/src/Snippets/Configuration.cs#L18-L22'title='Snippet source file'>snippet source</a> | <ahref='#snippet-registerincontainer-1'title='Start of snippet'>anchor</a></sup>
136
136
<!-- endSnippet -->
137
137
138
138
Then the `IEfGraphQLService` can be resolved via [dependency injection in GraphQL.net](https://graphql-dotnet.github.io/docs/guides/advanced#dependency-injection) to be used in `ObjectGraphType`s when adding query fields.
@@ -298,7 +298,7 @@ public class GraphQlController :
298
298
}
299
299
}
300
300
```
301
-
<sup><ahref='/src/SampleWeb/GraphQlController.cs#L6-L71'title='Snippet source file'>snippet source</a> | <ahref='#snippet-graphqlcontroller'title='Start of snippet'>anchor</a></sup>
301
+
<sup><ahref='/src/SampleWeb/GraphQlController.cs#L5-L70'title='Snippet source file'>snippet source</a> | <ahref='#snippet-graphqlcontroller'title='Start of snippet'>anchor</a></sup>
302
302
<!-- endSnippet -->
303
303
304
304
@@ -615,7 +615,7 @@ query {
615
615
}
616
616
}
617
617
```
618
-
<sup><ahref='/src/SampleWeb.Tests/GraphQlControllerTests.cs#L7-L194'title='Snippet source file'>snippet source</a> | <ahref='#snippet-graphqlcontrollertests'title='Start of snippet'>anchor</a></sup>
618
+
<sup><ahref='/src/SampleWeb.Tests/GraphQlControllerTests.cs#L4-L191'title='Snippet source file'>snippet source</a> | <ahref='#snippet-graphqlcontrollertests'title='Start of snippet'>anchor</a></sup>
0 commit comments