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