-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
This issue is for discussing the removal of query_id from NodeBinding (formal deprecation).
Currently, some members are in favor of removal, recalling...
- in the past,
query_idwas used for QNode ID subclassing cases: the NodeBinding'squery_idwould be the original QNode ID, while the theidwould be descendant Node that's actually used in the Result. - that behavior has been replaced by using AuxGraphs: the NodeBinding
idis to the QNode ID, and the edge has a support_graph (AuxGraph) with the subclassing edges/descendant Node that's actually used - so the
query_idisn't used for anything
Other members want more discussion, recalling...
query_idis used for set-input queries?
Metadata
Metadata
Assignees
Labels
No labels