Closed
Description
Deployment Type
NetBox Cloud
NetBox Version
v4.0.10
Python Version
3.12
Steps to Reproduce
- Create a site
- Create an ASN in the site (Ex: 64511, pk=1)
- Create a user with permissions to only view ASN's (not sites)
- Run the following GQL:
{ asn(id: 1) { id, sites {} } }
Expected Behavior
Will show the ASN but not the related site
Observed Behavior
Related site is shown