Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ optd-core = { version = "0.18.0", path = "optd/optd/core" }
async-graphql = { version = "7.2.1", features = ["dynamic-schema"] }
bincode = { version = "2", features = ["serde"] }
async-graphql-poem = "7.2.1"
dynamic-graphql = "0.10.1"
dynamic-graphql = { git = "https://github.com/miratepuffin/dynamic-graphql", branch = "add-arg-descriptions" }
derive_more = "2.1.1"
tikv-jemallocator = "0.6.1"
reqwest = { version = "0.12.28", default-features = false, features = [
Expand Down
1 change: 1 addition & 0 deletions python/python/raphtory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
_sys.modules["raphtory.graphql"] = graphql
_sys.modules["raphtory.filter"] = filter
_sys.modules["raphtory.gql"] = gql
_sys.modules["raphtory.iterables"] = iterables

__doc__ = _raphtory.__doc__
if hasattr(_raphtory, "__all__"):
Expand Down
Loading
Loading