diff --git a/raphtory-graphql/src/paths.rs b/raphtory-graphql/src/paths.rs index 4b09142ba..d13eed819 100644 --- a/raphtory-graphql/src/paths.rs +++ b/raphtory-graphql/src/paths.rs @@ -11,7 +11,7 @@ use raphtory::{ }; #[derive(Clone)] -pub(crate) struct ExistingGraphFolder { +pub struct ExistingGraphFolder { folder: ValidGraphFolder, } @@ -67,7 +67,7 @@ impl ExistingGraphFolder { } #[derive(Clone, Debug)] -pub(crate) struct ValidGraphFolder { +pub struct ValidGraphFolder { original_path: String, folder: GraphFolder, }