We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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
ryanmerolle
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: