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
821c107a
Commit
821c107a
authored
Sep 30, 2021
by
Marcin Sedlak-Jakubowski
Committed by
Eulyeon Ko
Oct 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply TW suggestion
parent
83adb7e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app/graphql/resolvers/concerns/issue_resolver_arguments.rb
app/graphql/resolvers/concerns/issue_resolver_arguments.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+4
-4
No files found.
app/graphql/resolvers/concerns/issue_resolver_arguments.rb
View file @
821c107a
...
...
@@ -63,7 +63,7 @@ module IssueResolverArguments
argument
:confidential
,
GraphQL
::
Types
::
Boolean
,
required:
false
,
description:
'Filter for confidential issues.
"false" excludes confidential issues. "true" returns only the
confidential issues.'
description:
'Filter for confidential issues.
If "false", excludes confidential issues. If "true", returns only
confidential issues.'
argument
:not
,
Types
::
Issues
::
NegatedIssueFilterInputType
,
description:
'Negated arguments.'
,
prepare:
->
(
negated_args
,
ctx
)
{
negated_args
.
to_h
},
...
...
doc/api/graphql/reference/index.md
View file @
821c107a
...
...
@@ -10300,7 +10300,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
|
<a
id=
"groupissuesauthorusername"
></a>
`authorUsername`
|
[
`String`
](
#string
)
| Username of the author of the issue. |
|
<a
id=
"groupissuesclosedafter"
></a>
`closedAfter`
|
[
`Time`
](
#time
)
| Issues closed after this date. |
|
<a
id=
"groupissuesclosedbefore"
></a>
`closedBefore`
|
[
`Time`
](
#time
)
| Issues closed before this date. |
|
<a
id=
"groupissuesconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
"false" excludes confidential issues. "true" returns only the
confidential issues. |
|
<a
id=
"groupissuesconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
If "false", excludes confidential issues. If "true", returns only
confidential issues. |
|
<a
id=
"groupissuescreatedafter"
></a>
`createdAfter`
|
[
`Time`
](
#time
)
| Issues created after this date. |
|
<a
id=
"groupissuescreatedbefore"
></a>
`createdBefore`
|
[
`Time`
](
#time
)
| Issues created before this date. |
|
<a
id=
"groupissuesepicid"
></a>
`epicId`
|
[
`String`
](
#string
)
| ID of an epic associated with the issues, "none" and "any" values are supported. |
...
...
@@ -12736,7 +12736,7 @@ Returns [`Issue`](#issue).
|
<a
id=
"projectissueauthorusername"
></a>
`authorUsername`
|
[
`String`
](
#string
)
| Username of the author of the issue. |
|
<a
id=
"projectissueclosedafter"
></a>
`closedAfter`
|
[
`Time`
](
#time
)
| Issues closed after this date. |
|
<a
id=
"projectissueclosedbefore"
></a>
`closedBefore`
|
[
`Time`
](
#time
)
| Issues closed before this date. |
|
<a
id=
"projectissueconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
"false" excludes confidential issues. "true" returns only the
confidential issues. |
|
<a
id=
"projectissueconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
If "false", excludes confidential issues. If "true", returns only
confidential issues. |
|
<a
id=
"projectissuecreatedafter"
></a>
`createdAfter`
|
[
`Time`
](
#time
)
| Issues created after this date. |
|
<a
id=
"projectissuecreatedbefore"
></a>
`createdBefore`
|
[
`Time`
](
#time
)
| Issues created before this date. |
|
<a
id=
"projectissueepicid"
></a>
`epicId`
|
[
`String`
](
#string
)
| ID of an epic associated with the issues, "none" and "any" values are supported. |
...
...
@@ -12773,7 +12773,7 @@ Returns [`IssueStatusCountsType`](#issuestatuscountstype).
|
<a
id=
"projectissuestatuscountsauthorusername"
></a>
`authorUsername`
|
[
`String`
](
#string
)
| Username of the author of the issue. |
|
<a
id=
"projectissuestatuscountsclosedafter"
></a>
`closedAfter`
|
[
`Time`
](
#time
)
| Issues closed after this date. |
|
<a
id=
"projectissuestatuscountsclosedbefore"
></a>
`closedBefore`
|
[
`Time`
](
#time
)
| Issues closed before this date. |
|
<a
id=
"projectissuestatuscountsconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
"false" excludes confidential issues. "true" returns only the
confidential issues. |
|
<a
id=
"projectissuestatuscountsconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
If "false", excludes confidential issues. If "true", returns only
confidential issues. |
|
<a
id=
"projectissuestatuscountscreatedafter"
></a>
`createdAfter`
|
[
`Time`
](
#time
)
| Issues created after this date. |
|
<a
id=
"projectissuestatuscountscreatedbefore"
></a>
`createdBefore`
|
[
`Time`
](
#time
)
| Issues created before this date. |
|
<a
id=
"projectissuestatuscountsiid"
></a>
`iid`
|
[
`String`
](
#string
)
| IID of the issue. For example, "1". |
...
...
@@ -12808,7 +12808,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
|
<a
id=
"projectissuesauthorusername"
></a>
`authorUsername`
|
[
`String`
](
#string
)
| Username of the author of the issue. |
|
<a
id=
"projectissuesclosedafter"
></a>
`closedAfter`
|
[
`Time`
](
#time
)
| Issues closed after this date. |
|
<a
id=
"projectissuesclosedbefore"
></a>
`closedBefore`
|
[
`Time`
](
#time
)
| Issues closed before this date. |
|
<a
id=
"projectissuesconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
"false" excludes confidential issues. "true" returns only the
confidential issues. |
|
<a
id=
"projectissuesconfidential"
></a>
`confidential`
|
[
`Boolean`
](
#boolean
)
| Filter for confidential issues.
If "false", excludes confidential issues. If "true", returns only
confidential issues. |
|
<a
id=
"projectissuescreatedafter"
></a>
`createdAfter`
|
[
`Time`
](
#time
)
| Issues created after this date. |
|
<a
id=
"projectissuescreatedbefore"
></a>
`createdBefore`
|
[
`Time`
](
#time
)
| Issues created before this date. |
|
<a
id=
"projectissuesepicid"
></a>
`epicId`
|
[
`String`
](
#string
)
| ID of an epic associated with the issues, "none" and "any" values are supported. |
...
...
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