GraphQL Schema Reference
CreateTestCaseAndTemplateMatchByNameInput ¶
GraphQL Schema definition ¶
- input CreateTestCaseAndTemplateMatchByNameInput {
- : String!
- : String!
- : [CreateTestCaseDataWithTemplateNameInput!]!
- # When true, suppresses the automatic timeline events that would otherwise be
- # created for
- # status/outcome fields set on any test case in this request. So
- # InProgress/Completed no
- # longer auto-creates attackStart/attackStop events, and a non-TBD outcome no
- # longer
- # auto-creates a detectionTime event. Applies to every test case in this request.
- # Defaults to false when omitted.
- : Boolean
- }