Skip to content

Get information of Looney Tunes Characters with GraphQL.

Notifications You must be signed in to change notification settings

frkn2076/LooneyTunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Looney Tunes

Get information of Looney Tunes Characters with GraphQL!

How to use

Simply get Looney Tunes Characters' information through queries in GraphQL, here are a few examples

{
  cartoons {
    cartoonId,
    name,
    image,
    description
  }
}
{
  cartoon(id:5) {
  cartoonId,
  name,
  image,
  description
  }
}
{
  cartoon (name:"Bugs Bunny"){
    cartoonId,
    name,
    image,
    description
  }
}

About

Get information of Looney Tunes Characters with GraphQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published