GraphQL Schema Reference
CreateTestCaseDataWithLibraryIdInput ¶
GraphQL Schema definition ¶
- input CreateTestCaseDataWithLibraryIdInput {
- : String!
- # Use this field to indicate if VECTR should create a Test Case template with this
- # template ID if one is not found.
- : Boolean
- : CreateTestCaseDataInput!
- }