OBJECT
updateUnstructuredTestDefinition
link Example
The mutation below will update the unstructured definition of the Test with id "12345".
mutation { updateUnstructuredTestDefinition(issueId: "12345", unstructured: "Generic definition" ) { issueId unstructured } }