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

active_discussion.query.graphql « queries « 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: 111023cea686f700fb178bd333238d5cfc18600a (plain)
1
2
3
4
5
6
query activeDiscussion {
  activeDiscussion @client {
    id
    source
  }
}