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
1481b6aa
Commit
1481b6aa
authored
Sep 23, 2021
by
Fall1ngStar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add assumeImmutableResults to Apollo client creation
parent
228e7ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/assets/javascripts/ci_lint/index.js
app/assets/javascripts/ci_lint/index.js
+3
-1
No files found.
app/assets/javascripts/ci_lint/index.js
View file @
1481b6aa
...
...
@@ -8,7 +8,9 @@ import CiLint from './components/ci_lint.vue';
Vue
.
use
(
VueApollo
);
const
apolloProvider
=
new
VueApollo
({
defaultClient
:
createDefaultClient
(
resolvers
),
defaultClient
:
createDefaultClient
(
resolvers
,
{
assumeImmutableResults
:
true
,
}),
});
export
default
(
containerId
=
'
#js-ci-lint
'
)
=>
{
...
...
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