You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by @adam-burns , I share the snippets of code involved in the Foody Zero Waste use case for the interaction with the ReflowOS backend both from the IoT device and the Telegram bot.
IoT device
the phyisical device performs the login and stores the token
This client makes much more interactions (queries and mutations) with the backend, but all the GraphQL queries are collected in this file: queries.js and @srfsh started reviewing it here.
The text was updated successfully, but these errors were encountered:
As suggested by @adam-burns , I share the snippets of code involved in the Foody Zero Waste use case for the interaction with the ReflowOS backend both from the IoT device and the Telegram bot.
IoT device
offerIds
Telegram bot
This client makes much more interactions (queries and mutations) with the backend, but all the GraphQL queries are collected in this file: queries.js and @srfsh started reviewing it here.
The text was updated successfully, but these errors were encountered: