Skip to content

GraphQL Schema Reference

CreateTestCaseTemplateInput

GraphQL Schema definition

  • input CreateTestCaseTemplateInput {
  • # A flag to specify if the create template operation should fail on template ID
  • # collision or overwrite an existing Test Case template with the same template ID.
  • overwrite: Boolean
  • testCaseTemplateData: [CreateTestCaseTemplateDataInput!]!
  • }

Require by