Getting started with graphqld

aberba karabutaworld at gmail.com
Tue Dec 22 23:49:12 UTC 2020


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


More information about the Digitalmars-d-learn mailing list