OBJECT
ProjectSettings
Project Settings type
link GraphQL Schema definition
1 type ProjectSettings { 2 3 # Project id. 4 : String 5 6 # Test Environments. 7 : [String] 8 9 # Test Coverage Settings. 10 : ProjectSettingsTestCoverage 11 12 # Defect Issue Types. 13 : [String] 14 15 # Test Type Settings. 16 : ProjectSettingsTestType 17 18 # Test Step Settings. 19 : ProjectSettingsTestStepSettings 20 21 # Test Run Custom Fields Settings. 22 : ProjectSettingsTestRunCustomFields 23 24 }