GraphQL Schema Reference
TestCaseMutations ¶
GraphQL Schema definition ¶
- type TestCaseMutations {
- # Arguments
- # input:
- CloneTestCaseTemplateInput!): CreateTestCasePayload ( :
- # Creates a Test Case template in the Administration section
- #
- # Arguments
- # input:
- CreateTestCaseTemplateInput!): CreateTestCasePayload ( :
- # Creates a Test Case in the target database only, does not create a template
- #
- # Arguments
- # input:
- (
- CreateTestCaseWithoutTemplateInput! :
- ): CreateTestCasePayload
- # Creates a Test Case in the target database and matches to an existing template
- # by name or creates a new one if no match is found
- #
- # Arguments
- # input:
- (
- CreateTestCaseAndTemplateMatchByNameInput! :
- ): CreateTestCasePayload
- # Arguments
- # input:
- DeleteTestCaseInput!): DeleteTestCasePayload ( :
- # Arguments
- # input:
- DeleteTestCaseTemplateInput!): DeleteTestCaseTemplatePayload ( :
- # Arguments
- # input:
- UpdateTestCaseInput!): UpdateTestCasePayload ( :
- # Arguments
- # input:
- UpdateTestCaseTemplateInput!): UpdateTestCasePayload ( :
- # Arguments
- # input:
- (
- AddAttackLogToTestCaseInput! :
- ): AddAttackLogToTestCasePayload
- }