MCPcopy Create free account
hub / github.com/Pometry/Raphtory / GraphServer

Class GraphServer

raphtory-graphql/src/server.rs:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125/// A struct for defining and running a Raphtory GraphQL server
126#[derive(Clone)]
127pub struct GraphServer {
128 data: Data,
129 work_dir: PathBuf,
130 config: AppConfig,
131 schema_data: Vec<SchemaDataInjector>,
132}
133
134pub fn register_query_plugin<
135 'a,

Callers 15

run_graphql_testFunction · 0.90
run_group_graphql_testFunction · 0.90
run_graphql_error_testFunction · 0.90
run_graphql_compare_testFunction · 0.90
test_expired_tokenFunction · 0.90
test_default_read_accessFunction · 0.90
test_update_graphFunction · 0.90
test_mutationsFunction · 0.90
test_raphtory_clientFunction · 0.90

Calls

no outgoing calls