Skip to content

stlbucket/dog-ceo-graphql

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
gql
 
 
 
 
 
 
 
 
 
 
 
 

dog-ceo-graphql

Query the dog.ceo api via graphql and node.

git clone https://github.com/stlbucket/dog-ceo-graphql.git
npm install
npm start

Point your browser at: http://localhost:4000/graphql

query {
  allBreeds {
   name
   randomImage
   allSubBreeds {
     name
     randomImage
   }
  }
}
query {
  breed (name: "hound") {
   name
    randomImage
    subBreed(name: "Ibizan") {
      name,
      allImages
    }
 }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published