public static interface GraphQlTester.TraverseSpec
Modifier and Type | Method and Description |
---|---|
GraphQlTester.PathSpec |
path(String path)
Switch to a path under the "data" section of the GraphQL response.
|
GraphQlTester.PathSpec path(String path)
path
- the path to switch toAssertionError
- if the GraphQL response contains
errors that have
not be checked via GraphQlTester.ResponseSpec.errors()