Skip to content

Commit

Permalink
Fixed a warning in HotChocolate.Data (#4973)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Apr 17, 2022
1 parent ad668d7 commit 4281079
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ public interface IFilterFieldDefinition
IFilterFieldHandler? Handler { get; }

Expression? Expression { get; }

string? Scope { get; }

List<int> AllowedOperations { get; }

Expand Down

0 comments on commit 4281079

Please sign in to comment.