bion howard
bion howard
How do you feel Sanctuary could improve Context + Resolvers in an Apollo Server GraphQL for RedisGraph? I'm super keen to get into graph data with this stack and want...
how is tradability different from rhs_tradability?
do the option prices only show up during active trading hours?
Hi, I too would love auto generated resolvers. Nice idea. One concern is, the GraphQL libraries are complicated with thousands of lines. How do you de spec this so we...
would use
ArangoDB is cool
Thanks for the link! I'm looking into it! Perhaps the best solution is to traverse the "tree" of graphql query fields, in reverse level order ... start with the deepest...
yes... `else if ctx.look_ahead().field("detail").field("c").exists()` enables the traversal / join to happen in 1 round trip From "n+1 problem" we can instead do only 1 query, with the lookahead. Biggest way...
How can we use pattern matching on the fields in the query? That would be nice syntax
something like this, but a working, runnable example in an "examples" folder could be awesome. We could use docker-compose.yml file to run the database and rust server together, and test...