Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Application.apolloModule(executableSchema: ERROR CLASS: Symbol not found for ExecutableSchema, path: String = "/graphql", executionContext: (ERROR CLASS: Symbol not found for RoutingRequest) -> ERROR CLASS: Symbol not found for ExecutionContext = { ExecutionContext.Empty })
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Application.apolloSandboxModule(title: String = "API sandbox", sandboxPath: String = "/", endpoint: (ERROR CLASS: Symbol not found for RoutingCall) -> String = { it.url { path("/graphql") } })
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Application.apolloSubscriptionModule(executableSchema: ERROR CLASS: Symbol not found for ExecutableSchema, path: String = "/subscription", protocol: WsProtocol = WsProtocol.GraphqlWS, executionContext: (ERROR CLASS: Symbol not found for ApplicationRequest) -> ERROR CLASS: Symbol not found for ExecutionContext = { ExecutionContext.Empty })
Link copied to clipboard
suspend fun ERROR CLASS: Symbol not found for ApplicationRequest.parseAsGraphQLRequest(): ERROR CLASS: Symbol not found for Result<ERROR CLASS: Symbol not found for GraphQLRequest>
Link copied to clipboard
suspend fun ERROR CLASS: Symbol not found for ApplicationCall.respondGraphQL(executableSchema: ERROR CLASS: Symbol not found for ExecutableSchema, executionContext: ERROR CLASS: Symbol not found for ExecutionContext = ExecutionContext.Empty, configure: ERROR CLASS: Symbol not found for OutgoingContent.(ERROR CLASS: Symbol not found for GraphQLResponse??) -> Unit = {})