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: e8af1db95927f1f289127f961d0ad8ca66a0aa58 (plain)
1
2
3
4
5
mutation DismissPipelineGraphCallout($featureName: String!) {
  userCalloutCreate(input: { featureName: $featureName }) {
    errors
  }
}