inngest / envelop-plugin-inngest

An envelop plugin that sends GraphQL response data to Inngest to help build event-driven applications.
MIT License
10 stars 3 forks source link

feature: Support fan out example function in setup #75

Closed dthyresson closed 1 year ago

dthyresson commented 1 year ago

Add an option to setup an example of a fan out function.

See https://www.inngest.com/docs/guides/fan-out-jobs

Fan-out jobs

Sometimes you might need to trigger new functions from existing functions, for example when you’re developing a complex workflow or performing work for more than one object (eg. a group of users, products, orders). You can achieve this via fan-out, which: