apollo-kotlin-execution
Toggle table of contents
0.1.3-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-execution
apollo-execution-ktor
/
com.apollographql.execution.ktor
/
apolloSandboxModule
apollo
Sandbox
Module
fun
Application
.
apolloSandboxModule
(
title
:
String
=
"API sandbox"
,
sandboxPath
:
String
=
"/"
,
endpoint
:
(
RoutingCall
)
->
String
=
{ it.url { path("/graphql") } }
)