OBJECT

ProjectSettingsTestRunCustomField

Project Test Run Custom Field Settings type

link GraphQL Schema definition

1type ProjectSettingsTestRunCustomField {
2
3# Id
4id: String
5
6# Name
7name: String
8
9# Type
10type: String
11
12# Is the field required
13required: Boolean
14
15# Values
16values: [String]
17
18}