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