apptreeio_fulfillment
TypeScript icon, indicating that this package has built-in type declarations

1.9.81 • Public • Published

To generate the Graph API Client run the following:

  1. Install the generator npm install -g graphql-typed-client
  2. generate-graphql-client --endpoint https://us-central1-apptreeio-sandbox.cloudfunctions.net/graphapi --output ./lib/chat_service

Using the generated client

    const resp = await this.graphChatService.chain.query
                           .thread({ id: "1234" })
                           .execute({ completed: 1, topic: 1 });

Readme

Keywords

none

Package Sidebar

Install

npm i apptreeio_fulfillment

Weekly Downloads

51

Version

1.9.81

License

ISC

Unpacked Size

548 kB

Total Files

78

Last publish

Collaborators

  • matthewtsmith