Skip to content

Commit a377515

Browse files
committed
Update Navigation.cs
1 parent d185a54 commit a377515

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/GraphQL.EntityFramework/Navigation.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ namespace GraphQL.EntityFramework
66
[DebuggerDisplay("Name = {Name}, Type = {Type}")]
77
public record Navigation
88
(
9-
//TODO: guard Name
10-
// Guard.AgainstNullWhiteSpace(nameof(name), name);
119
string Name,
1210
Type Type,
1311
bool IsNullable,

0 commit comments

Comments
 (0)