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

alert_sidebar_status.mutation.graphql « mutations « graphql « alert_details « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f666fcd678257c8f22b5f6d9f70b79ddd4118b86 (plain)
1
2
3
mutation toggleSidebarStatus {
  toggleSidebarStatus @client
}