On Tuesday, 22 December 2020 at 23:49:12 UTC, aberba wrote:
On Friday, 18 December 2020 at 03:36:05 UTC, Trustee wrote:
On Thursday, 17 December 2020 at 14:49:42 UTC, evilrat wrote:
On Tuesday, 15 December 2020 at 16:25:29 UTC, Trustee wrote:

connect a basic vibe-d app to a graphql backend.


umm, what?
Did you mean write graphql backend using vibe.d?

Vibe-d web app -> Vibe-d/GraphQL gateway server (a la Prisma 1) -> Vibe-d/GraphQL API server -> Data.

That's why I'm more interested in the workings of the package than a "How-To get a basic vibe-d/graphql server. I want to know which pieces are available OOTB to be put together to create the above, and which pieces need to be created.

Heres's a demo I put together https://github.com/aberba/graphqld-demo

A minimal example with only the essential APIs

Thank you for this. Between this and the test code I should have enough to get going with.

I did also begin working through the test code and it was beginning to make sense. Being pushed for time though, I did spin up a Prisma 2 based gateway server. This time with the intention to build out a D version in parallel as I learn the package.

This should speed things along.

I will keep you posted on any developments and I'll be sure to get in touch if I have any questions.

Thanks again.

Reply via email to