Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ graphql_playground
Function
graphql_playground
examples/seaography_example/graphql/src/main.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
#[handler]
12
async fn graphql_playground() -> impl IntoResponse {
13
Html(playground_source(GraphQLPlaygroundConfig::new(&ENDPOINT)))
14
}
15
16
#[tokio::main]
17
async fn main() {
Callers
nothing calls this directly
Calls
1
new
Function · 0.50
Tested by
no test coverage detected