GraphQL Schema Reference
AddAttackLogToTestCaseInput ¶
GraphQL Schema definition ¶
- input AddAttackLogToTestCaseInput {
- String! :
- AddAttackLogToTestCaseOptions :
- CreateAttackLogProcedureInput!]! : [
- }
- input AddAttackLogToTestCaseInput {
- testCaseId: String!
- options: AddAttackLogToTestCaseOptions
- procedures: [CreateAttackLogProcedureInput!]!
- }