Re: graphqld: A graphql backend written in D

2019-03-20 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
On 3/20/19 1:44 PM, Robert Schadek wrote: At Symmetry [6] we needed a graphql [1] backend. So I wrote one. Awesome! I only just learned about graphql very recently and was getting a bit envious of other languages supporting it. Very glad to have one less item on my list of "projects I'm

Re: graphqld: A graphql backend written in D

2019-03-20 Thread kinke via Digitalmars-d-announce
On Wednesday, 20 March 2019 at 17:44:40 UTC, Robert Schadek wrote: [...] Thx for sharing. We use GraphQL at work too [with Elixir & the Absinthe library]; good to know there's a D backend implementation now.

graphqld: A graphql backend written in D

2019-03-20 Thread Robert Schadek via Digitalmars-d-announce
At Symmetry [6] we needed a graphql [1] backend. So I wrote one. Grapqhl is a query language, initially developed by facebook, that can be considered to be a replacement for REST. Grapqhl allows you efficiently query an endpoint and select what data you actually want. Clients are trivial to