Skip to content

GraphQL Schema Reference

AddAttackLogToTestCaseOptions

GraphQL Schema definition

  • input AddAttackLogToTestCaseOptions {
  • # Defaults to true
  • useExisting: Boolean
  • # Attack Log fileName override
  • fileNameOverride: String
  • }