mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 01:49:35 -06:00
Fixes #20507 Contacts returned for ASN via graphql API
This commit is contained in:
parent
faa89a53ff
commit
05e26b82c1
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user