The GraphQL NodeState model (raphtory-graphql/src/model/graph/node_state.rs) is currently a stopgap and needs a proper implementation covering the local NodeState/OutputNodeState surface: typed values, ordering, grouping (rows currently group by their debug representation via GroupKey), and paging.
Related existing issues (docs and naming only, no implementation ticket existed): #2334, #2272.
Raised in review: #2675 (comment)
The GraphQL
NodeStatemodel (raphtory-graphql/src/model/graph/node_state.rs) is currently a stopgap and needs a proper implementation covering the local NodeState/OutputNodeState surface: typed values, ordering, grouping (rows currently group by their debug representation viaGroupKey), and paging.Related existing issues (docs and naming only, no implementation ticket existed): #2334, #2272.
Raised in review: #2675 (comment)