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
25e65316
Commit
25e65316
authored
Jul 30, 2020
by
Mike Jang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-fe-graphql-typo' into 'master'
Fix FE GraphQL docs typo See merge request gitlab-org/gitlab!38266
parents
1836a5c8
f22ef08a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/fe_guide/graphql.md
doc/development/fe_guide/graphql.md
+1
-1
No files found.
doc/development/fe_guide/graphql.md
View file @
25e65316
...
...
@@ -75,7 +75,7 @@ their execution by clicking **Execute query** button on the top left:
## Apollo Client
To save duplicated clients getting created in different apps, we have a
[
default client
](
https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/javascripts/lib/graphql.js
)
that should be used. This set
ups
the
[
default client
](
https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/javascripts/lib/graphql.js
)
that should be used. This set
s up
the
Apollo client with the correct URL and also sets the CSRF headers.
Default client accepts two parameters:
`resolvers`
and
`config`
.
...
...
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