Using GraphQL instead of Http

Is it possible to use GraphQL in a rocket chat app?
If so, can someone provide me with a link to some documentation or an example?

Cheers,
r3plica

Hi!

You can install external dependencies in a Rocket.Chat App. So yes, you can use GraphQl inside an app instead of the builtin http module.

Note that external dependencies in a Rocket.Chat App is an experimental feature:
https://developer.rocket.chat/apps-engine/adding-features/npm-package-support-experimental

Thanks, I have managed to install the packages, but not managed to get it working as of yet. I was hoping someone else may have had some success in this. I guess I will have to reply to this post when (if) I manage it on my own. Cheers

Hum.

How far did you get? Do you have any outstanding logs?

Thanks!