Skip to content

Commit 9f6fdcb

Browse files
committed
cleanup
1 parent ff40c52 commit 9f6fdcb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/GraphQL.EntityFramework/IncludeAppender.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Reflection;
2-
31
class IncludeAppender(
42
IReadOnlyDictionary<Type, IReadOnlyDictionary<string, Navigation>> navigations,
53
IReadOnlyDictionary<Type, List<string>> keyNames,
@@ -285,7 +283,7 @@ FieldProjectionInfo GetProjectionInfo(
285283
continue;
286284
}
287285

288-
if (typeCondition is null || fragmentSelectionSet?.Selections is null)
286+
if (typeCondition is null)
289287
{
290288
continue;
291289
}

0 commit comments

Comments
 (0)