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

delete_timelog.mutation.graphql « mutations « graphql « time_tracking « components « sidebar « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17bbad1acb14277397730877279e686ded1a8017 (plain)
1
2
3
4
5
mutation deleteTimelog($input: TimelogDeleteInput!) {
  timelogDelete(input: $input) {
    errors
  }
}