Skip to content

olitaylor/firebase-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple graphQL api using Apollo and Firebase

Make sure the endpoint value matches the browser url when first launching the playground

Sample query

products {
  name
  location
}
product(name: "Green car park") {
  name
}

Sample mutation

mutation {
  addProduct(name: "Purple car park", isFull: false) {
    name,
    isFull
  }
}

About

Firebase function serving GraphQL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published