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

create_release_link.mutation.graphql « mutations « graphql « releases « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bdfc79dbc491f43e2c0e89cb220880c3533aefa (plain)
1
2
3
4
5
mutation createReleaseAssetLink($input: ReleaseAssetLinkCreateInput!) {
  releaseAssetLinkCreate(input: $input) {
    errors
  }
}