/* * Mocking the configuration, since we're treating it as an external */ export const apollo = { uri: 'http://MOCKED_CONFIG', name: 'COOL_CLIENT', version: '8.8.8' }; export const version = '9.9.9';