Skip to content

GraphQL Schema Reference

CreateTestCaseDataWithTemplateNameInput

GraphQL Schema definition

  • input CreateTestCaseDataWithTemplateNameInput {
  • # DEPRECATED. OPTIONAL - Use this template name vs the Test Case name while
  • # looking up a template, or create a Test Case template with this name if one is
  • # not found. Note: will be DEPRECATED by templateNameDetail input
  • templateName: String
  • # OPTIONAL - Use this template name vs the Test Case name while looking up a
  • # template. If this is provided, templateName above is ignored.
  • templateNameDetail: TemplateNamePrefixInput
  • testCaseData: CreateTestCaseDataInput!
  • }