v0.0.5
Patch Changes
-
604d928: Re-export execution functions
graphql-executorpreviously allowed for execution pipeline customization by subclassing the exported Executor function. However, the existence ofgraphql-executoras a "safe," "smart" fork ofgraphql-jsalso allows for customization of the execution pipeline by simply forkinggraphql-executor, customizing, and using theexecuteandsubscribefunctions. These functions are now exported for that purpose. See the updated package README for further discussion.