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

destroy_package_file.mutation.graphql « mutations « graphql « package_registry « packages_and_registries « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f016640f57dcd95bf226382db09cc796fef8fc9f (plain)
1
2
3
4
5
mutation destroyPackageFile($id: PackagesPackageFileID!) {
  destroyPackageFile(input: { id: $id }) {
    errors
  }
}