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
560d89c0
Commit
560d89c0
authored
Apr 23, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a different example in the docs
parent
fb112510
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
lib/gitlab/graphql/docs/templates/default.md.haml
lib/gitlab/graphql/docs/templates/default.md.haml
+2
-2
No files found.
doc/api/graphql/reference/index.md
View file @
560d89c0
...
...
@@ -4049,8 +4049,8 @@ All connections have at least the following fields:
|
`nodes`
|
`[item!]`
| The items in the current page. |
The precise type of
`Edge`
and
`Item`
depends on the kind of connection. A
[
`
UserConnection`
](
#user
connection
)
will have nodes that have the type
[
`[
User!]`
](
#user
)
, and edges that have the type
[
`UserEdge`
](
#user
edge
)
.
[
`
ProjectConnection`
](
#project
connection
)
will have nodes that have the type
[
`[
Project!]`
](
#project
)
, and edges that have the type
[
`ProjectEdge`
](
#project
edge
)
.
### Connection types
...
...
lib/gitlab/graphql/docs/templates/default.md.haml
View file @
560d89c0
...
...
@@ -86,8 +86,8 @@
| `nodes` | `[item!]` | The items in the current page. |
The precise type of `Edge` and `Item` depends on the kind of connection. A
[`
UserConnection`](#user
connection) will have nodes that have the type
[`[
User!]`](#user), and edges that have the type [`UserEdge`](#user
edge).
[`
ProjectConnection`](#project
connection) will have nodes that have the type
[`[
Project!]`](#project), and edges that have the type [`ProjectEdge`](#project
edge).
### Connection types
...
...
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