netbox/netbox/tenancy/graphql
Martin Hauser 53345f194a refactor(graphql): Replace FilterLookup[str] with StrFilterLookup
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
2026-03-03 11:17:13 -05:00
..
__init__.py Add GraphQL for tenancy 2021-06-25 14:19:20 -04:00
enums.py Fixes #19224: Fix GraphQL API support for custom field choices 2025-04-17 12:22:14 -04:00
filter_mixins.py Fixes #21407: Enable I (isort) and stabilize import ordering (#21458) 2026-02-18 10:41:51 -06:00
filters.py refactor(graphql): Replace FilterLookup[str] with StrFilterLookup 2026-03-03 11:17:13 -05:00
mixins.py Closes #21473: Enable UP rules and modernize string formatting (#21488) 2026-02-19 10:25:08 -06:00
schema.py Closes #21473: Enable UP rules and modernize string formatting (#21488) 2026-02-19 10:25:08 -06:00
types.py chore(ruff): Sort `__all__` definitions across modules 2026-02-20 15:36:01 +01:00