Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graphql.js « issue_show « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b8630f7d634495bddea359dba20d83ca163d81b (plain)
1
2
3
4
5
6
7
8
9
import Vue from 'vue';
import VueApollo from 'vue-apollo';
import { defaultClient } from '~/sidebar/graphql';

Vue.use(VueApollo);

export default new VueApollo({
  defaultClient,
});