1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

9856 first filterset

This commit is contained in:
Arthur
2024-03-12 09:35:53 -07:00
parent be2a814b38
commit a36cc0abb6
9 changed files with 63 additions and 63 deletions

View File

@@ -1,9 +1,7 @@
import strawberry
import strawberry_django
from core import filtersets, models
from strawberry import auto
from core import models, filtersets
from netbox.graphql import filters
__all__ = (
'DataFileFilter',