Test
The test object allows you to query information about a particular test.
Arguments
When querying for a test
, the following arguments are available:
Fetching data...
Below we show some illustrative example queries and outline the schema (all possible fields you can query) of this test object.
Example Queries
Test result
The example query below outputs information about a test, including the state of the test result. This can be one of, in order of severity, "error", "fail", "warn", "pass."
{test(jobId: 940, uniqueId: "test.internal_analytics.not_null_metrics_id") {runIdaccountIdprojectIduniqueIdnamecolumnNamestate}}
Fields
When querying for a test
, the following fields are available: