mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-13 05:45:48 +01:00
Replace usages of FilterLookup[str] with StrFilterLookup in GraphQL filter definitions to align with strawberry-graphql-django v0.75.1. This silences upstream warnings and helps avoid DuplicatedTypeName errors. Fixes #21450