Package | Description |
---|---|
io.vertx.ext.web.handler.graphql |
Modifier and Type | Method and Description |
---|---|
ApolloWSMessage |
ApolloWSConnectionInitEvent.message()
Provides
ApolloWSMessageType.CONNECTION_INIT message content. |
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Customize the
DataLoaderRegistry . |
ApolloWSHandler |
ApolloWSHandler.locale(Function<ApolloWSMessage,Locale> factory)
Customize the
Locale passed to the GraphQL execution engine. |
ApolloWSHandler |
ApolloWSHandler.messageHandler(io.vertx.core.Handler<ApolloWSMessage> messageHandler)
Customize the message
Handler . |
ApolloWSHandler |
ApolloWSHandler.queryContext(Function<ApolloWSMessage,Object> factory)
Customize the query context object.
|
Copyright © 2021 Eclipse. All rights reserved.