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 faa89a5 commit 05e26b8Copy full SHA for 05e26b8
netbox/ipam/graphql/types.py
@@ -74,7 +74,7 @@ def family(self) -> IPAddressFamilyType:
74
filters=ASNFilter,
75
pagination=True
76
)
77
-class ASNType(NetBoxObjectType):
+class ASNType(NetBoxObjectType, ContactsMixin):
78
asn: BigInt
79
rir: Annotated["RIRType", strawberry.lazy('ipam.graphql.types')] | None
80
tenant: Annotated["TenantType", strawberry.lazy('tenancy.graphql.types')] | None
0 commit comments