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#L23-L27'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#L20-L24'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.
Copy file name to clipboardExpand all lines: docs/filters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public class MyEntity
48
48
publicstring?Property { get; set; }
49
49
}
50
50
```
51
-
<sup><ahref='/src/Snippets/GlobalFilterSnippets.cs#L8-L15'title='Snippet source file'>snippetsource</a>|<ahref='#snippet-add-filter'title='Start of snippet'>anchor</a></sup>
51
+
<sup><ahref='/src/Snippets/GlobalFilterSnippets.cs#L5-L12'title='Snippet source file'>snippetsource</a>|<ahref='#snippet-add-filter'title='Start of snippet'>anchor</a></sup>
<sup><ahref='/src/Snippets/GlobalFilterSnippets.cs#L19-L28'title='Snippet source file'>snippetsource</a>|<ahref='#snippet-add-filter-1'title='Start of snippet'>anchor</a></sup>
61
+
<sup><ahref='/src/Snippets/GlobalFilterSnippets.cs#L16-L25'title='Snippet source file'>snippetsource</a>|<ahref='#snippet-add-filter-1'title='Start of snippet'>anchor</a></sup>
0 commit comments