Extend GraphQL FHRPGroupType with ip_addresses #14832
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v3.5.9
Feature type
Change to existing functionality
Proposed functionality
There is no way to get IP addresses directly in
FHRPGroupType
(even in the latest version). I have to make another query to get the information.However, the underlying model has the
ip_addresses
field which is its relation toIPAddress
and the REST API can retrieve this field.I think
FHRPGroupType
is just missingIPAddressesMixin
?Use case
With this feature, one can use simple GraphQL query to get IP addresses bind to a FHRPGroup
Or, directly access in the response
Database changes
No. The
FHRPGroup
model already has ip_addresses relation.External dependencies
No response
The text was updated successfully, but these errors were encountered: