Skip to content

alexandrubagu/phoenix_absinthe_dataloader_kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Absinthe Dataloader.KV

Start application

  mix ecto.drop
  mix ecto.create
  mix ecto.migrate
  mix run priv/repo/seeds.exs

Open browser with this uri: http://localhost:4000/graphiql

query {
  webpages {
    name
    links {
      url
    }
  }
}

About

Usage of Dataloader KV with Absinthe in Elixir / Phoenix

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published