INPUT_OBJECT

TestTypeInput

Test Type input

link GraphQL Schema definition

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