GraphQL Schema Reference
UpdateTestCaseDataInput ¶
GraphQL Schema definition ¶
- input UpdateTestCaseDataInput {
- : String!
- : String
- : String
- : [String!]
- : [String!]
- # These fields are used when updating non-template test case
- : String
- : String
- : String
- # Used to specify what detection tools were used in this testcase.
- : [String!]
- # Used to tie specific outcome results to detection tools.
- : [DefenseToolOutcomeInput]
- : TestCaseStatus
- : String
- : String
- : [ExecutionArtifactIdInfoInput]
- : AttackAutomationInput
- : Int
- : Boolean
- }