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
4c1d1a0e
Commit
4c1d1a0e
authored
Oct 01, 2019
by
Natalia Tepluhina
Committed by
Marcia Ramos
Oct 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GraphQL guide
- removed the GraphQL feature flag mention - added information about GraphiQL
parent
f552e370
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
doc/development/fe_guide/graphql.md
doc/development/fe_guide/graphql.md
+10
-3
doc/development/fe_guide/img/graphiql_explorer_v12_4.png
doc/development/fe_guide/img/graphiql_explorer_v12_4.png
+0
-0
No files found.
doc/development/fe_guide/graphql.md
View file @
4c1d1a0e
# GraphQL
Our GraphQL API can be explored via GraphiQL at your instance's
`/-/graphql-explorer`
or at
[
GitLab.com
](
https://gitlab.com/-/graphql-explorer
)
.
You can check all existing queries and mutations on the right side
of GraphiQL in its
**Documentation explorer**
. It's also possible to
write queries and mutations directly on the left tab and check
their execution by clicking
**Execute query**
button on the top left:
![
GraphiQL interface
](
img/graphiql_explorer_v12_4.png
)
We use
[
Apollo] and [Vue Apollo
][
vue-apollo
]
for working with GraphQL
on the frontend.
In order to use GraphQL, you need to enable the
`graphql`
feature flag,
read more about
[
Feature Flags
][
feature-flags
]
.
## Apollo Client
To save duplicated clients getting created in different apps, we have a
...
...
doc/development/fe_guide/img/graphiql_explorer_v12_4.png
0 → 100644
View file @
4c1d1a0e
345 KB
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