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
b9480ac0
Commit
b9480ac0
authored
May 28, 2020
by
charlieablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Render Merge request reference as link
parent
7834eb60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
61 deletions
+61
-61
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+5
-5
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+56
-56
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
b9480ac0
...
@@ -8309,11 +8309,6 @@ type Project {
...
@@ -8309,11 +8309,6 @@ type Project {
"""
"""
after
:
String
after
:
String
"""
Filter
requirements
by
author
username
"""
authorUsername
:
[
String
!]
"""
"""
Returns
the
elements
in
the
list
that
come
before
the
specified
cursor
.
Returns
the
elements
in
the
list
that
come
before
the
specified
cursor
.
"""
"""
...
@@ -8455,6 +8450,11 @@ type Project {
...
@@ -8455,6 +8450,11 @@ type Project {
"""
"""
after
:
String
after
:
String
"""
Filter
requirements
by
author
username
"""
authorUsername
:
[
String
!]
"""
"""
Returns
the
elements
in
the
list
that
come
before
the
specified
cursor
.
Returns
the
elements
in
the
list
that
come
before
the
specified
cursor
.
"""
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
b9480ac0
...
@@ -24398,34 +24398,6 @@
...
@@ -24398,34 +24398,6 @@
"ofType": null
"ofType": null
},
},
"defaultValue": null
"defaultValue": null
},
{
"name": "search",
"description": "Filter requirements by title search",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "authorUsername",
"description": "Filter requirements by author username",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
}
}
],
],
"type": {
"type": {
...
@@ -24488,34 +24460,6 @@
...
@@ -24488,34 +24460,6 @@
},
},
"defaultValue": null
"defaultValue": null
},
},
{
"name": "search",
"description": "Filter requirements by title search",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "authorUsername",
"description": "Filter requirements by author username",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
{
"name": "after",
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"description": "Returns the elements in the list that come after the specified cursor.",
...
@@ -24766,6 +24710,34 @@
...
@@ -24766,6 +24710,34 @@
"ofType": null
"ofType": null
},
},
"defaultValue": null
"defaultValue": null
},
{
"name": "search",
"description": "Filter requirements by title search",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "authorUsername",
"description": "Filter requirements by author username",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
}
}
],
],
"type": {
"type": {
...
@@ -24842,6 +24814,34 @@
...
@@ -24842,6 +24814,34 @@
},
},
"defaultValue": null
"defaultValue": null
},
},
{
"name": "search",
"description": "Filter requirements by title search",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "authorUsername",
"description": "Filter requirements by author username",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
{
"name": "after",
"name": "after",
"description": "Returns the elements in the list that come after the specified cursor.",
"description": "Returns the elements in the list that come after the specified cursor.",
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