OBJECT

TestLabels

Query result for test labels with pagination metadata.

link GraphQL Schema definition

1type TestLabels {
2
3# The list of test labels matching the query.
4labels: [TestLabel!]!
5
6# Total count of test labels matching the query (before pagination).
7totalCount: Int!
8
9# Page info of the query. See PageInfo for full description.
10pageInfo: PageInfo!
11
12}

link Required by