Just a server-side REST wrapper for Dog API built with GraphQL.
https://doggos-api.netlify.app/
,
|`-.__
/ ' _/
****`
/ }
/ \ /
\ /` \\\
`\ /_\\
`~~~~~``~`
-
yarn install
-
yarn start
-
Make the queries in the GraphQL Playground
https://doggos-api.netlify.app/
Dog API Documentation
{
listAllBreeds
}
{
randomImage {
message
status
}
}
{
byBreed {
message
status
}
}
{
bySubBreed {
message
status
}
}
query {
breed(type: "african") {
message
status
}
}