updateEpic.mutation.graphql 136 Bytes
Newer Older
1 2 3 4 5 6
mutation updateEpic($updateEpicInput: UpdateEpicInput!) {
  updateEpic(input: $updateEpicInput) {
    clientMutationId
    errors
  }
}