GraphQL Schema Reference
CloneTestCaseTemplateInput ¶
GraphQL Schema definition ¶
- input CloneTestCaseTemplateInput {
- : String
- : String!
- # A UUID-formatted **prescribed ID** for the new template being created by this
- # clone action. This optional field is only necessary if you're managing and
- # reusing content across VECTR instances or expect to import and export this
- # template to this instance. Without this, an ID will be created randomly.
- : String
- : [UpdateTestCaseTemplateDataInput!]!
- }