bdemetris / graphql-cocktails

graphql, apollo, js, coctailsdb (learning this stack)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍹 graphql-cocktails

npm start

find server at http://localhost:4000

try a query like...

{
  cocktails(name: "margarita") {
    name
    ingredients {
      name
      measure
    }
    instructions
    image
  }
}

About

graphql, apollo, js, coctailsdb (learning this stack)


Languages

Language:JavaScript 100.0%