Project graph inspection

Hi,
Is there any method for inspecting the output of GDS projections (within the community edition where querying projection graphs isn't possible)?
So I am attempting to use gds.graph.list().
The underlying metadata regarding the graph seems very inconsistent.
Especially when using: https://neo4j.com/docs/graph-data-science/current/alpha-algorithms/collapse-path/

You can use graph.export to dump your in-memory graph to another database: https://neo4j.com/docs/graph-data-science/current/graph-catalog-export-ops/#catalog-graph-export-database

Hi,
Thanks for the reply.
However, I believe this requires the enterprise edition as you can only have one graph within the community edition. This isn't feasible because I am doing academic work.
Thanks anyway!