NetBox version
3.4
Python version
3.8
Steps to Reproduce
Using feature branch, the following query on demo data
{
device_role_list {
id
name
devices {
id
}
}
}
Expected Behavior
Only devices related to the device role will be shown
Observed Behavior
All devices are returned