algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

Wait for me! 🙋‍♂️ Await data transformer #40

Closed brettinternet closed 4 years ago

brettinternet commented 4 years ago

Addresses #25; allows for more complex data transformations.

Haroenv commented 4 years ago

That's a great idea. Since the flow is already async, this won't really change anything. It probably should be documented too, can you add a small note in the readme that the transformer can be async?

Haroenv commented 4 years ago

0.4.0 now allows this