File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/test/groovy/graphql/servlet Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,15 @@ package graphql.servlet
22
33import com.fasterxml.jackson.databind.ObjectMapper
44import graphql.Scalars
5- import graphql.execution.ExecutionStrategy
65import graphql.execution.SimpleExecutionStrategy
76import graphql.schema.DataFetcher
87import graphql.schema.GraphQLObjectType
98import graphql.schema.GraphQLSchema
109import org.springframework.mock.web.MockHttpServletRequest
1110import org.springframework.mock.web.MockHttpServletResponse
12- import org.springframework.test.web.servlet.request.MockMvcRequestBuilders
1311import spock.lang.Shared
1412import spock.lang.Specification
1513
16- import javax.servlet.http.HttpServletRequest
17- import javax.servlet.http.HttpServletResponse
18-
1914/**
2015 * @author Andrew Potter
2116 */
You can’t perform that action at this time.
0 commit comments