You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go to raphtory-graphql/src/mode/graph/graph.rs you will find that for many functions, such as subgraph_id, we are explicitly converting to NodeRef instead of using the node objects directly. Is this really necessary or can we skip that?
The text was updated successfully, but these errors were encountered:
ricopinazo
changed the title
Remove explicit conversion to node refs in GqlGraph associated functions if they are not needed
Remove explicit conversion to NodeRef in GqlGraph associated functions if they are not needed
Jan 16, 2025
If you go to raphtory-graphql/src/mode/graph/graph.rs you will find that for many functions, such as
subgraph_id
, we are explicitly converting to NodeRef instead of using the node objects directly. Is this really necessary or can we skip that?The text was updated successfully, but these errors were encountered: