Open
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.3
Python Version
3.12
Steps to Reproduce
In Netbox 4.2.x it was possible to do a query like this. There is no equivalent in Netbox 4.3
query listDevicesByID($deviceIDs: [String!]) {
device_list(filters: {id: {in_list: $deviceIDs}}) {
id
name
}
}
Expected Behavior
I expect the GraphQL to allow me to fetch multiple objects based on a list of IDs
Observed Behavior
There is no filter option to list devices for multiple IDs