Package-level declarations

Functions

Link copied to clipboard
fun apolloHandler(executableSchema: ExecutableSchema, executionContext: (Request) -> ExecutionContext = { ExecutionContext.Empty }): HttpHandler
Link copied to clipboard
fun apolloRoutingHttpHandler(executableSchema: ExecutableSchema, path: String = "/graphql", executionContext: (Request) -> ExecutionContext): RoutingHttpHandler
Link copied to clipboard
fun apolloSandboxRoutingHttpHandler(title: String = "API sandbox", sandboxPath: String = "/sandbox", graphqlPath: String = "/graphql"): RoutingHttpHandler
Link copied to clipboard
fun apolloWebSocketHandler(executableSchema: ExecutableSchema, executionContext: (Websocket) -> ExecutionContext = { ExecutionContext.Empty }): WsHandler