| Interface and Description |
|---|
| graphql.kickstart.servlet.context.GraphQLServletContext
Use
GraphQLKickstartContext instead |
| graphql.kickstart.servlet.context.GraphQLWebSocketContext
Use
GraphQLKickstartContext instead |
| Class and Description |
|---|
| graphql.kickstart.servlet.context.DefaultGraphQLServletContext
Use
GraphQLKickstartContext instead |
| graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext
Use
GraphQLKickstartContext instead |
| Method and Description |
|---|
| graphql.kickstart.servlet.context.DefaultGraphQLServletContext.getFileParts()
Use
dataFetchingEnvironment.getGraphQlContext().get(HttpServletRequest.class) instead to get
the request and retrieve the file parts yourself. Since 13.0.0 |
| graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext.getHandshakeRequest()
Use
dataFetchingEnvironment.getGraphQlContext().get(HandshakeRequest.class)
instead. Since 13.0.0 |
| graphql.kickstart.servlet.context.DefaultGraphQLServletContext.getHttpServletRequest()
Use
dataFetchingEnvironment.getGraphQlContext().get(HttpServletRequest.class) instead. Since
13.0.0 |
| graphql.kickstart.servlet.context.DefaultGraphQLServletContext.getHttpServletResponse()
Use
dataFetchingEnvironment.getGraphQlContext().get(HttpServletResponse.class) instead. Since
13.0.0 |
| graphql.kickstart.servlet.context.DefaultGraphQLServletContext.getParts()
Use
dataFetchingEnvironment.getGraphQlContext().get(HttpServletRequest.class) instead to get
the request and retrieve the parts yourself. Since 13.0.0 |
| graphql.kickstart.servlet.context.DefaultGraphQLWebSocketContext.getSession()
Use
dataFetchingEnvironment.getGraphQlContext().get(Session.class) instead.
Since 13.0.0 |