public interface GraphQLServletContextBuilder
extends graphql.kickstart.execution.context.GraphQLContextBuilder
| Modifier and Type | Method and Description |
|---|---|
graphql.kickstart.execution.context.GraphQLContext |
build(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
graphql.kickstart.execution.context.GraphQLContext |
build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest handshakeRequest) |
graphql.kickstart.execution.context.GraphQLContext build(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
graphql.kickstart.execution.context.GraphQLContext build(javax.websocket.Session session,
javax.websocket.server.HandshakeRequest handshakeRequest)