@gapi/voyager
TypeScript icon, indicating that this package has built-in type declarations

1.8.150 • Public • Published

@Gapi Voyager Module

Original Voyager module you can find here VoyagerGraphql
For questions/issues you can write ticket here
This module is intended to be used with GAPI

Installation and basic examples:

To install this Gapi module, run:
$ npm install @gapi/voyager --save

Consuming @gapi/voyager

Import inside AppModule or CoreModule
import { Module } from '@rxdi/core';
import { VoyagerModule } from '@gapi/voyager';

@Module({
    imports: [
        VoyagerModule.forRoot({
            path: '/voyager';
            endpointUrl: '/graphql';
        })
    ]
})
export class CoreModule { }

TODO: Better documentation...

Enjoy ! :)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.8.150
    2
    • latest

Version History

Package Sidebar

Install

npm i @gapi/voyager

Weekly Downloads

5

Version

1.8.150

License

MIT

Unpacked Size

10.6 kB

Total Files

13

Last publish

Collaborators

  • gapi