OBJECT

TestType

Test Type type

link GraphQL Schema definition

1type TestType {
2
3# Id of the Test Type.
4id: String
5
6# Name of the Test Type.
7name: String
8
9# Kind of the Test Type.
10# Possible values are "Gherkin", "Steps" or "Unstructured".
11kind: String
12
13}