|
@@ -19,9 +19,6 @@ def map_strawberry_type(field):
|
|
|
if isinstance(field, ContentTypeFilter):
|
|
if isinstance(field, ContentTypeFilter):
|
|
|
should_create_function = True
|
|
should_create_function = True
|
|
|
attr_type = str | None
|
|
attr_type = str | None
|
|
|
- elif isinstance(field, MultiValueMACAddressFilter):
|
|
|
|
|
- should_create_function = True
|
|
|
|
|
- attr_type = List[str] | None
|
|
|
|
|
elif isinstance(field, MultiValueArrayFilter):
|
|
elif isinstance(field, MultiValueArrayFilter):
|
|
|
pass
|
|
pass
|
|
|
elif isinstance(field, MultiValueCharFilter):
|
|
elif isinstance(field, MultiValueCharFilter):
|