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
- String :
- # OPTIONAL - Use this template name vs the Test Case name while looking up a
- # template. If this is provided, templateName above is ignored.
- TemplateNamePrefixInput :
- CreateTestCaseDataInput! :
- }