Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
pub type Schema = RootNode<'static, QueryRoot, MutationRoot, EmptySubscription>;
58
59
pub fn create_schema() -> Schema {
60
Schema::new(QueryRoot {}, MutationRoot {}, EmptySubscription::new())
61
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected