OBJECT
Query result for test labels with pagination metadata.
1type TestLabels {23# The list of test labels matching the query.4labels: [TestLabel!]! 56# Total count of test labels matching the query (before pagination).7totalCount: Int! 89# Page info of the query. See PageInfo for full description.10pageInfo: PageInfo! 1112}