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