Cannot resolve method 'as(TypeRef<GraphQLResult<Map<String, POITO>>>)' #1007
-
I am trying to use the example provided in - https://github.com/kobylynskyi/graphql-java-codegen/blob/master/plugins/maven/example-client/src/test/java/io/github/kobylynskyi/order/service/CreateProductIntegrationTest.java I am using the latest version of Rest assured dependency (5.2.0) and I see - 'Cannot resolve method 'as(TypeRef<GraphQLResult<Map<String, POITO>>>)' Import statement used - import io.restassured.mapper.TypeRef; Tried to play but couldn't fix the issue. Any help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@premkh9 the correct import is: |
Beta Was this translation helpful? Give feedback.
@premkh9 the correct import is:
import io.restassured.common.mapper.TypeRef;