OBJECT
removeAllTestSteps
link Example
The mutation below removes all the Steps from test with id "12345".
mutation { removeAllTestSteps( issueId: "12345", ) }
OBJECT
The mutation below removes all the Steps from test with id "12345".
mutation { removeAllTestSteps( issueId: "12345", ) }