Class GraphQLResponse
java.lang.Object
graphql.kickstart.spring.webclient.boot.GraphQLResponse
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T> T<T> T<T> T<T> T<T> List<T>getFirstList(Class<T> type) <T> List<T><T> List<T>com.jayway.jsonpath.ReadContextvoid
-
Field Details
-
ERRORS_FIELD
- See Also:
-
-
Method Details
-
get
-
getAt
- Throws:
GraphQLResponseReadException
-
getFirst
-
getList
-
getListAt
- Throws:
GraphQLResponseReadException
-
getFirstList
-
getAt
- Throws:
GraphQLResponseReadException
-
validateNoErrors
public void validateNoErrors() -
getReadContext
public com.jayway.jsonpath.ReadContext getReadContext()
-