functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

Graph protocol "graphql" method TypeScript issue #32

Closed ghorbani-m closed 2 years ago

ghorbani-m commented 2 years ago

In the Borg interface, the "graphql" method has an issue in the "Variables" parameter.

graphql: (query: string, variableValues?: never, operationName?: string)

When we are going to use it in the typescript it just accepts the "undefined" type.

emadbaqeri commented 2 years ago

I think I know where the issue is, I'll be working on it.