How to build a GraphQl - Holochain middleware

Hi all! Just published this article in the Open-Dev blog:

As with every article, we want to iterate from this first version. Read it, and let us know if you have any suggestions to improve it.

Fins aviat!

5 Likes

Any feedback on this would be much appreciated!

2 Likes

Hi @tats_sato, hi @guillemcordoba
That is great and even with very little understanding of coding, I can make sense of it (sort of).

There is a code example under “Let’s also change the name of the zome module.”

- mod my_zome 
+ mod courses

I am wondering whether it should be

- mod my_zome 
+ mod post (or posts)

Hi @AlexanderKohl!

Thanks for pointing that out!
You’re absolutely right haha. I changed it both in the blog and in the actual code :smiley:

Hi guys…

I have implemented a typescript (angular) graphql holochain starter kit for anyone to use or learn from… ng-graphql-holochain-starter.

It was a good learning experience from me to see how to use apollo in that way…
It needs a bit more work for subscriptions and signals …
any feedback is welcome … if there is enough interest I will create a new thread

uses holochain provider uprtcl and the profile zome…
thanks to @guillemcordoba @tats_sato

4 Likes