OBJECT
removeTestsFromPrecondition
link Example
The mutation below will remove the Tests with issue id "54321" and "67890" from the Precondition "12345".
mutation { removeTestsFromPrecondition(issueId: "12345", testIssueIds: ["54321", "67890"]) }