|
@@ -74,7 +74,7 @@ class BaseIPAddressFamilyType:
|
|
|
filters=ASNFilter,
|
|
filters=ASNFilter,
|
|
|
pagination=True
|
|
pagination=True
|
|
|
)
|
|
)
|
|
|
-class ASNType(NetBoxObjectType):
|
|
|
|
|
|
|
+class ASNType(NetBoxObjectType, ContactsMixin):
|
|
|
asn: BigInt
|
|
asn: BigInt
|
|
|
rir: Annotated["RIRType", strawberry.lazy('ipam.graphql.types')] | None
|
|
rir: Annotated["RIRType", strawberry.lazy('ipam.graphql.types')] | None
|
|
|
tenant: Annotated["TenantType", strawberry.lazy('tenancy.graphql.types')] | None
|
|
tenant: Annotated["TenantType", strawberry.lazy('tenancy.graphql.types')] | None
|