GraphQL Circuit model relationship mapping to CircuitTermination #7125
Labels
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
status: under review
Further discussion is needed to determine this issue's scope and/or implementation
type: feature
Introduction of new functionality to the application
NetBox version
v3.0.0
Feature type
Change to existing functionality
Proposed functionality
Given the below graphql query in demo.netbox.dev
{ circuit_list(cid: "KDPO0597") { id cid terminations { id term_side site { name } port_speed xconnect_id provider_network { id } xconnect_id pp_info description last_updated } } }
Use case
I would like to be able to query cable_peer or connected_enpoints under terminations in order to query the termination details for each circuit. Currently, you can only go as far as get the pertinent info inside the circuit termination model and not the connected_endpoint specific info.
Database changes
N/A
External dependencies
N/A
The text was updated successfully, but these errors were encountered: