That video is definitely a great start. They should add that to the homepage. I was having a hard time comprehending all that in "Why Graphiti", that video explains it nicely.
I appreciate the effort. I think it is a bit of initial information overload having to read through tons of theory before getting to examples, which is why I skimmed through it and went to the examples. However the…
Not saying this has to exactly replace graphqL, but I'm struggling to understand the advantages and disadvantages over REST and GraphQL, or even how it tackles the problems graphQL is trying to solve. My understanding…
One thing I do see that's missing (or maybe just not documented) is the power to specify the exact shape of the response. One of the power of GraphQl is allowing us to specify how much or how little of the result…
My understanding looking at the code example is it turns a rest call into a services layer then maps it to GraphQL. I think this creates a bad convention of creating a service layer dependency on express where it's not…
That video is definitely a great start. They should add that to the homepage. I was having a hard time comprehending all that in "Why Graphiti", that video explains it nicely.
I appreciate the effort. I think it is a bit of initial information overload having to read through tons of theory before getting to examples, which is why I skimmed through it and went to the examples. However the…
Not saying this has to exactly replace graphqL, but I'm struggling to understand the advantages and disadvantages over REST and GraphQL, or even how it tackles the problems graphQL is trying to solve. My understanding…
One thing I do see that's missing (or maybe just not documented) is the power to specify the exact shape of the response. One of the power of GraphQl is allowing us to specify how much or how little of the result…
My understanding looking at the code example is it turns a rest call into a services layer then maps it to GraphQL. I think this creates a bad convention of creating a service layer dependency on express where it's not…