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';