netbox/netbox/ipam/graphql/scalars.py

6 lines
77 B
Python

from netbox.graphql.scalars import BigInt
class ASNField(BigInt):
pass