Skip to content

v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 20:01
· 528 commits to main since this release
be76941

Patch Changes

  • 604d928: Re-export execution functions

    graphql-executor previously allowed for execution pipeline customization by subclassing the exported Executor function. However, the existence of graphql-executor as a "safe," "smart" fork of graphql-js also allows for customization of the execution pipeline by simply forking graphql-executor, customizing, and using the execute and subscribe functions. These functions are now exported for that purpose. See the updated package README for further discussion.