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

gql.js « services « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a7f27328ba69519bb8a362e51a7f0272e75b34b (plain)
1
2
3
4
5
6
7
8
import createGqClient, { fetchPolicies } from '~/lib/graphql';

export default createGqClient(
  {},
  {
    fetchPolicy: fetchPolicies.NO_CACHE,
  },
);