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

dismiss_pipeline_notification.graphql « mutations « graphql « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4fd55a28be7b63c81243090bd16ce28a968ca09 (plain)
1
2
3
4
5
mutation DismissPipelineNotification($featureName: String!) {
  userCalloutCreate(input: { featureName: $featureName }) {
    errors
  }
}