We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5fb8f commit c0d5d98Copy full SHA for c0d5d98
netbox/netbox/graphql/filter_mixins.py
@@ -47,7 +47,7 @@ def map_strawberry_type(field):
47
pass
48
elif isinstance(field, NumericArrayFilter):
49
should_create_function = True
50
- attr_type = int
+ attr_type = int | None
51
elif isinstance(field, TreeNodeMultipleChoiceFilter):
52
53
attr_type = List[str] | None
0 commit comments