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
4777bb85
Commit
4777bb85
authored
Jan 15, 2020
by
charlieablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify GraphQL objects
parent
6eed143b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/api/graphql/index.md
doc/api/graphql/index.md
+4
-1
No files found.
doc/api/graphql/index.md
View file @
4777bb85
...
@@ -56,13 +56,16 @@ possible.
...
@@ -56,13 +56,16 @@ possible.
The GraphQL API includes the following queries at the root level:
The GraphQL API includes the following queries at the root level:
1.
`project`
: Project information, with many of its associations such as issues and merge requests
also available
.
1.
`project`
: Project information, with many of its associations such as issues and merge requests.
1.
`group`
: Basic group information and epics
**(ULTIMATE)**
are currently supported.
1.
`group`
: Basic group information and epics
**(ULTIMATE)**
are currently supported.
1.
`namespace`
: Within a namespace it is also possible to fetch
`projects`
.
1.
`namespace`
: Within a namespace it is also possible to fetch
`projects`
.
1.
`currentUser`
: Information about the currently logged in user.
1.
`currentUser`
: Information about the currently logged in user.
1.
`metaData`
: Metadata about GitLab and the GraphQL API.
1.
`metaData`
: Metadata about GitLab and the GraphQL API.
1.
`snippets`
: Snippets visible to the currently logged in user.
1.
`snippets`
: Snippets visible to the currently logged in user.
New associations and root level objects are constantly being added.
See the
[
GraphQL API Reference
](
reference/index.md
)
for up-to-date information.
Root-level queries are defined in
Root-level queries are defined in
[
`app/graphql/types/query_type.rb`
](
https://gitlab.com/gitlab-org/gitlab/blob/master/app/graphql/types/query_type.rb
)
.
[
`app/graphql/types/query_type.rb`
](
https://gitlab.com/gitlab-org/gitlab/blob/master/app/graphql/types/query_type.rb
)
.
...
...
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