UNPKG

@gapi/angular-client

Version:

##### This module is intended to be used with [Gapi Server](https://github.com/Stradivario/gapi) but can be used with every GraphQL Server

10 lines (9 loc) 420 B
define(["require", "exports", "@angular/core"], function (require, exports, core_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GAPI_APOLLO_MODULE_CONFIG = new core_1.InjectionToken('apollo.module.config'); exports.GAPI_APOLLO_MODULE_DI_CONFIG = ({ uri: 'http://localhost:9000', subscriptionsUri: 'ws://localhost:9000/subscriptions' }); });