MCPcopy 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]
12async fn graphql_playground() -> impl IntoResponse {
13 Html(playground_source(GraphQLPlaygroundConfig::new(&ENDPOINT)))
14}
15
16#[tokio::main]
17async fn main() {

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected