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
c81621e7
Commit
c81621e7
authored
Jun 02, 2020
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix various spelling errors in FE graphql docs
parent
094529ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/development/fe_guide/graphql.md
doc/development/fe_guide/graphql.md
+4
-4
No files found.
doc/development/fe_guide/graphql.md
View file @
c81621e7
...
...
@@ -15,11 +15,11 @@
-
[
🎬 GraphQL at GitLab: Deep Dive
](
../api_graphql_styleguide.md#deep-dive
)
(
video
)
by Nick Thomas
-
An overview of the history of GraphQL at GitLab (not frontend-specific)
-
[
🎬 GitLab Feature Walkthrough with GraphQL and Vue Apollo
](
https://www.youtube.com/watch?v=6yYp2zB7FrM
)
(
video
)
by Natalia Tepluhina
-
A real-life example of implmenting a frontend feature in GitLab using GraphQL
-
A real-life example of impl
e
menting a frontend feature in GitLab using GraphQL
-
[
🎬 History of client-side GraphQL at GitLab
](
https://www.youtube.com/watch?v=mCKRJxvMnf0
)
(
video
)
Illya Klymov and Natalia Tepluhina
-
[
🎬 From Vuex to Apollo
](
https://www.youtube.com/watch?v=9knwu87IfU8
)
(
video
)
by Natalia Tepluhina
-
A useful overview of when Apollo might be a better choice than Vuex, and how one could go about the transition
-
[
🛠 Vuex-> Apollo Migration: a proof-of-concept project
](
https://gitlab.com/ntepluhina/vuex-to-apollo/blob/master/README.md
)
-
[
🛠 Vuex
-> Apollo Migration: a proof-of-concept project
](
https://gitlab.com/ntepluhina/vuex-to-apollo/blob/master/README.md
)
-
A collection of examples that show the possible approaches for state management with Vue+GraphQL+(Vuex or Apollo) apps
### Libraries
...
...
@@ -30,7 +30,7 @@ when using GraphQL for frontend development.
If you are using GraphQL within a Vue application, the
[
Usage in Vue
](
#usage-in-vue
)
section
can help you learn how to integrate Vue Apollo.
For other usecases, check out the
[
Usage outside of Vue
](
#usage-outside-of-vue
)
section.
For other use
cases, check out the
[
Usage outside of Vue
](
#usage-outside-of-vue
)
section.
### Tooling
...
...
@@ -650,7 +650,7 @@ When [using Vuex](#Using-with-Vuex), disable the cache when:
-
The data is being cached elsewhere
-
The use case does not need caching
if the data is being cached elsewhere, or if there is simply no need for it for the given usecase.
if the data is being cached elsewhere, or if there is simply no need for it for the given use
case.
```
javascript
import
createDefaultClient
from
'
~/lib/graphql
'
;
...
...
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