Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update_active_discussion.mutation.graphql « mutations « graphql « design_management_legacy « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a24b67371596395b9150727267dd9d3378fac239 (plain)
1
2
3
mutation updateActiveDiscussion($id: String, $source: String) {
  updateActiveDiscussion(id: $id, source: $source) @client
}