Matt Keas

Matt Keas

17 points

Forums

Matt Keas

8yr ago

BatchQL - a GraphQL language level query batching implementation - Don't just graphql, batchql!

BatchQL - a GraphQL language level query batching implementation that invisibly parses GraphQL queries, combines them logically - handling variable and alias renaming for you, and then resolving each requested data tree through promises back to the individual call point.

Simple. Fast. Convenient. Parallel.