[Wanted] GraphQL boilerplate

Hello,
I’m looking for a boilerplate for my upcommig applications.

What do I need?

  • Phoenix
  • GraphQL (Absinthe + Dataloader)
  • Authentication (token based, but not JWT-based)

Can someone help me?

:wave:

Do you need a project-scaffolding tool? If so, check out https://github.com/pragdave/mix_templates

1 Like

Also this may help: https://github.com/Adzz/ex_ample

it is a tutorial to get set up using absinthe (the graphql lib) in an umbrella app. It might help give an idea of one way to structure such a project.

1 Like