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

typedefs.graphql « graphql « new « organizations « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f708c4ad16217eead52390df1585d4a04caaa3d2 (plain)
1
2
3
4
5
# TODO: Use real input type when https://gitlab.com/gitlab-org/gitlab/-/issues/417891 is complete.
input LocalCreateOrganizationInput {
  name: String
  path: String
}