OBJECT

TestRunCustomStepField

Step CustomField type

link GraphQL Schema definition

1type TestRunCustomStepField {
2
3# Id of the Custom Field.
4id: String
5
6# Name of the Custom Field.
7name: String
8
9# Value of the Custom Field.
10value: JSON
11
12}