Skip to content

GraphQL Schema Reference

CreateTestCaseDataWithLibraryIdInput

GraphQL Schema definition

  • input CreateTestCaseDataWithLibraryIdInput {
  • libraryTestCaseId: String!
  • # Use this field to indicate if VECTR should create a Test Case template with this
  • # template ID if one is not found.
  • createNewIfNotExists: Boolean
  • testCaseData: CreateTestCaseDataInput!
  • }