Open ryanmerolle opened 2 years ago
v3.2.6
Add a function
NetBox core graphql package does not support walking assigned_object_type/assigned_object_id approach to relations.
It would be nice to walk from ACL to assigned devices, but you cannot currently.
graphql-python/graphene-django
It looks like this was addressed with:
In netbox_acls/api/serializers.py I marked 2 spots with # TODO to address in our NetBox 3.4 compatible plugin version.
# TODO
NetBox version
v3.2.6
Feature type
Add a function
Proposed functionality
NetBox core graphql package does not support walking assigned_object_type/assigned_object_id approach to relations.
Use case
It would be nice to walk from ACL to assigned devices, but you cannot currently.
External dependencies
graphql-python/graphene-django