Skip to content
/ zoom Public

Example app demoing GraphQL subscriptions with Absinthe and Apollo

Notifications You must be signed in to change notification settings

suranyami/zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom

Demonstration of GraphQL and Absinthe.

To start:

  • Install dependencies with mix deps.get
  • cd assets && npm install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

After that, proceed to http://localhost:4000/graphiql where you will see the GraphiQL dev environment, and explore.

It's a good idea to have 2 windows open, one with the normal view, and the other with GraphiQL.

About

Example app demoing GraphQL subscriptions with Absinthe and Apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages