Absinthe Schema is located in: lib/abs_wow_web/schema.ex
Absinte Resolver located in: lib/abs_wow_web/resolvers/blog_article.ex
-
Install dependencies with
mix deps.get
-
Edit the
config/dev.exs
andconfig/test.exs
with your username of the postgress database userExample: For me it is
dan
-
Create and migrate your database with
mix ecto.setup
-
Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000/api/graphiql
from your browser.
The interface is playground