MCPcopy Create free account
hub / github.com/actix/examples / create_schema

Function create_schema

graphql/juniper/src/schema.rs:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57pub type Schema = RootNode<'static, QueryRoot, MutationRoot, EmptySubscription>;
58
59pub fn create_schema() -> Schema {
60 Schema::new(QueryRoot {}, MutationRoot {}, EmptySubscription::new())
61}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected