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
1446d1c7
Commit
1446d1c7
authored
Apr 06, 2021
by
pburdette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change field description
Change the jobs field description for the project type.
parent
879d1d26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/graphql/types/project_type.rb
app/graphql/types/project_type.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
No files found.
app/graphql/types/project_type.rb
View file @
1446d1c7
...
...
@@ -186,7 +186,7 @@ module Types
field
:jobs
,
Types
::
Ci
::
JobType
.
connection_type
,
null:
true
,
description:
'Jobs of a
single projec
t.'
,
description:
'Jobs of a
project. This field can only be resolved for one project in any single reques
t.'
,
resolver:
Resolvers
::
ProjectJobsResolver
field
:pipelines
,
...
...
doc/api/graphql/reference/index.md
View file @
1446d1c7
...
...
@@ -4771,7 +4771,7 @@ An edge in a connection.
|
`iterations`
|
[
`IterationConnection`
](
#iterationconnection
)
| Find iterations. |
|
`jiraImportStatus`
|
[
`String`
](
#string
)
| Status of Jira import background job of the project. |
|
`jiraImports`
|
[
`JiraImportConnection`
](
#jiraimportconnection
)
| Jira imports into the project. |
|
`jobs`
|
[
`CiJobConnection`
](
#cijobconnection
)
| Jobs of a
single projec
t. |
|
`jobs`
|
[
`CiJobConnection`
](
#cijobconnection
)
| Jobs of a
project. This field can only be resolved for one project in any single reques
t. |
|
`jobsEnabled`
|
[
`Boolean`
](
#boolean
)
| Indicates if CI/CD pipeline jobs are enabled for the current user. |
|
`label`
|
[
`Label`
](
#label
)
| A label available on this project. |
|
`labels`
|
[
`LabelConnection`
](
#labelconnection
)
| Labels available on this project. |
...
...
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