JavaScript is disabled on your browser.
GraphQL client testing support.
static interface
Contains a decoded entity and provides options to assert it.
static interface
Contains a List of decoded entities and provides options to assert them.
static interface
Options available to assert the response values at the current path.
static interface
Declare options to check the data and errors of a GraphQL response.
Parse the JSON at the given path and the given expected JSON and assert that
the two are "similar".
Parse the JSON at the given path and the given expected JSON and assert that
the two are "similar" so they contain the same attribute-value pairs regardless
of formatting, along with lenient checking, e.g.
Inspect
errors in
the response, if any.
Verify there are either no errors or that there are no unexpected errors that have
not been
filtered out
.