public class GraphqlCustomContextBuilder
extends graphql.kickstart.execution.context.DefaultGraphQLContextBuilder
implements graphql.kickstart.servlet.context.GraphQLServletContextBuilder
| Constructor and Description |
|---|
GraphqlCustomContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
graphql.kickstart.execution.context.GraphQLContext |
build(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
graphql.kickstart.execution.context.GraphQLContext |
build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest handshakeRequest) |
public graphql.kickstart.execution.context.GraphQLContext build(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
build in interface graphql.kickstart.servlet.context.GraphQLServletContextBuilderpublic graphql.kickstart.execution.context.GraphQLContext build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest handshakeRequest)
build in interface graphql.kickstart.servlet.context.GraphQLServletContextBuilderCopyright © 2020. All rights reserved.