Absinthe generator

Hey, I’ve recently updated https://github.com/sashman/absinthe_gen, which aims to streamline the integration of GraphQL in your phoenix codebase. I would be very grateful for some suggestions or useful feature ideas! :slightly_smiling_face:

So far you can create a scaffold based on the absinthe based on “Our First Query” tutorial. As well as specifying a subdirectory for the output files.

5 Likes

Nice I will try that out. Does generated code include the use of DataLoader?

No, just a list_all_X stub for the resolver, but DataLoader sounds like a nice thing to add!

1 Like