Skip to content
Snippets Groups Projects

Update iteration cadence mutation [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Mario Celi requested to merge update-iteration-cadence-mutation into master
All threads resolved!
Compare and Show latest version
7 files
+ 333
37
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -4430,6 +4430,16 @@ Autogenerated return type of UpdateIssue.
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `issue` | Issue | The issue after mutation. |
### UpdateIterationCadencePayload
Autogenerated return type of UpdateIterationCadence.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `iterationCadence` | IterationsCadence | The updated iterations cadence. |
### UpdateIterationPayload
Autogenerated return type of UpdateIteration.
Loading