OBJECT
removePreconditionsFromTest
link Example
The mutation below will remove the preconditions with issue id "54321" and "67890" from the test "12345".
mutation { removePreconditionsFromTest(issueId: "12345", preconditionIssueIds: ["54321", "67890"]) }