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 eb44575 commit ed8a56cCopy full SHA for ed8a56c
netbox_acls/graphql/schema.py
@@ -3,6 +3,7 @@
3
4
from .types import *
5
6
+
7
class Query(ObjectType):
8
"""
9
Defines the queries available to this plugin via the graphql api.
netbox_acls/graphql/types.py
@@ -72,4 +72,3 @@ class Meta:
72
model = models.ACLStandardRule
73
fields = "__all__"
74
filterset_class = filtersets.ACLStandardRuleFilterSet
75
-
0 commit comments