aboutsummaryrefslogtreecommitdiff
path: root/src/config/__mocks__/config.js
blob: b70ee312de609f8626533988dcb7dc4dcabda890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export const apollo = {
  uri: 'http://localhost:1234/graphql',
  name: 'COOL_APP',
  version: '9.9.9',
  defaultOptions: {
    watchQuery: {
      fetchPolicy: 'no-cache'
    },
    query: {
      fetchPolicy: 'no-cache'
    }
  }
};

export const version = '9.9.9';