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

catalog_resources_create.mutation.graphql « mutations « graphql « catalog « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3b73ebf24897ac602e5b0ac14b2e82b92fcc06d (plain)
1
2
3
4
5
mutation catalogResourcesCreate($input: CatalogResourcesCreateInput!) {
  catalogResourcesCreate(input: $input) {
    errors
  }
}