GraphQL+- should have a builder like GraphQL

Moved from GitHub dgraph/4990

Posted by glacierck:

Experience Report

Note: Feature requests are judged based on user experience and modeled on Go Experience Reports. These reports should focus on the problems: they should not focus on and need not propose solutions.

What you wanted to do

I need to generate query statements automatically according to the rules.
Need a builder to automatically map rules to corresponding syntax.

What you actually did

I need to generate corresponding query or mutation according to a large number of JSON structures.

Why that wasn’t great, with examples

Repetitive mental work, but also easy to make mistakes

Any external references to support your case

As far as I know, GraphQL has similar projects typed-graphqlify.
Its motive is my motive