How to use the apollo-boost.version function in apollo-boost

To help you get started, we’ve selected a few apollo-boost examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github alajfit / vuex-apollo / dist / vuex-apollo.esm.js View on Github external
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../package.json"),l=require("./plugins/apollo-gql-plugin"),o=r(l);function r(e){return e&&e.__esModule?e:{default:e}}exports.default=((l,{apollo:r,gql:t})=>{const u=new l.Store({state:{version:e.version},plugins:[o.default]});return u.$apollo=r,u.$gql=t,u});
},{"../../package.json":7,"./plugins/apollo-gql-plugin":9}],4:[function(require,module,exports) {