Fixes 19729: GraphQL filter interfaces by kind #1302

Closed
opened 2026-04-05 23:13:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @llamafilm on 9/6/2025

Fixes: #19729

Define a custom enum filter method for kind so it works as it did prior to v4.3.

Also added connected filter as suggested in the comments. I implemented this as a bool type, rather than FilterLookup[bool] because the other complex lookup types don't make sense with this queryset definition.

*Originally created by @llamafilm on 9/6/2025* ### Fixes: #19729 Define a custom enum filter method for `kind` so it works as it did prior to v4.3. Also added `connected` filter as suggested in the comments. I implemented this as a `bool` type, rather than `FilterLookup[bool]` because the other complex lookup types don't make sense with this queryset definition.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#1302