Open SchmidtJonathan1 opened 5 months ago
Self-hosted
v4.0.3
3.12
When a query is created in Graphql Explorer that accesses the class "ip_address_list". Cannot be filtered by "tags" as there is only one parameter called "tag".
#Graphql query: query MyQuery { ip_address_list(filters: {tag: "Gateway"}) { tags{ name } } }
{ "data": { "ip_address_list": [ { "id": "15", "tags": [ { "name": "Gateway" } ] } }
{ "data": { "ip_address_list": [ { "id": "2", "tags": [] }, { "id": "3", "tags": [] }, { "id": "4", "tags": [] }, { "id": "15", "tags": [ { "name": "Gateway" } ] } }
Hi, I would like to tackle this issue (CC @jeffgdotorg)
@fooker any updates on this? Are you still able to work on this?
Deployment Type
Self-hosted
NetBox Version
v4.0.3
Python Version
3.12
Steps to Reproduce
When a query is created in Graphql Explorer that accesses the class "ip_address_list". Cannot be filtered by "tags" as there is only one parameter called "tag".
Expected Behavior
Observed Behavior