vladar / query-chunks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree-shakeable query resolvers

Proof of concept for tree-shakeable GraphQL resolvers with webpack.

Answers the question: is it possible to define resolvers for GraphQL type in a tree-shakeable way without falling back to hacks and custom plugins.

See resolvers-package1/index.js or resolvers-package2/index.js for required file structure.

About


Languages

Language:JavaScript 100.0%