Skip to content

Commit

Permalink
locked graphql python module behind feature
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin committed Jul 1, 2024
1 parent 30c07ad commit 9ae3c5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raphtory-graphql/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pub mod server;
pub mod azure_auth;

mod data;

#[cfg(feature = "python")]
pub mod python;

#[derive(thiserror::Error, Debug)]
Expand Down

0 comments on commit 9ae3c5d

Please sign in to comment.