apptreeio_fulfillment
v1.9.81
Published
An SDK for interacting with the AppTree IO assistant.
Downloads
61
Readme
To generate the Graph API Client run the following:
- Install the generator
npm install -g graphql-typed-client
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 });