Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f1d8a197
Commit
f1d8a197
authored
Jan 25, 2021
by
charlie ablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix group mutation descriptions
parent
5c066e9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
app/graphql/mutations/concerns/mutations/resolves_resource_parent.rb
.../mutations/concerns/mutations/resolves_resource_parent.rb
+2
-2
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+4
-4
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+4
-4
No files found.
app/graphql/mutations/concerns/mutations/resolves_resource_parent.rb
View file @
f1d8a197
...
...
@@ -9,11 +9,11 @@ module Mutations
included
do
argument
:project_path
,
GraphQL
::
ID_TYPE
,
required:
false
,
description:
'
The project full path the resource is associated with
.'
description:
'
Full path of the project with which the resource is associated
.'
argument
:group_path
,
GraphQL
::
ID_TYPE
,
required:
false
,
description:
'
The group full path the resource is associated with
.'
description:
'
Full path of the group with which the resource is associated
.'
end
def
ready?
(
**
args
)
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
f1d8a197
...
...
@@ -4500,7 +4500,7 @@ input CreateBoardInput {
clientMutationId
:
String
"""
The
group
full
path
the
resource
is
associated
with
.
Full
path
of
the
group
with
which
the
resource
is
associated
.
"""
groupPath
:
ID
...
...
@@ -4540,7 +4540,7 @@ input CreateBoardInput {
name
:
String
"""
The
project
full
path
the
resource
is
associated
with
.
Full
path
of
the
project
with
which
the
resource
is
associated
.
"""
projectPath
:
ID
...
...
@@ -13903,12 +13903,12 @@ input LabelCreateInput {
description
:
String
"""
The
group
full
path
the
resource
is
associated
with
.
Full
path
of
the
group
with
which
the
resource
is
associated
.
"""
groupPath
:
ID
"""
The
project
full
path
the
resource
is
associated
with
.
Full
path
of
the
project
with
which
the
resource
is
associated
.
"""
projectPath
:
ID
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
f1d8a197
...
...
@@ -12224,7 +12224,7 @@
"inputFields": [
{
"name": "projectPath",
"description": "
The project full path the resource is associated with
.",
"description": "
Full path of the project with which the resource is associated
.",
"type": {
"kind": "SCALAR",
"name": "ID",
...
...
@@ -12234,7 +12234,7 @@
},
{
"name": "groupPath",
"description": "
The group full path the resource is associated with
.",
"description": "
Full path of the group with which the resource is associated
.",
"type": {
"kind": "SCALAR",
"name": "ID",
...
...
@@ -38140,7 +38140,7 @@
"inputFields": [
{
"name": "projectPath",
"description": "
The project full path the resource is associated with
.",
"description": "
Full path of the project with which the resource is associated
.",
"type": {
"kind": "SCALAR",
"name": "ID",
...
...
@@ -38150,7 +38150,7 @@
},
{
"name": "groupPath",
"description": "
The group full path the resource is associated with
.",
"description": "
Full path of the group with which the resource is associated
.",
"type": {
"kind": "SCALAR",
"name": "ID",
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment