Skip to content

arthurdenner/rick-and-morty-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rick and Morty GraphQL API

⚠️ WARNING ⚠️

This project is no longer maintained because the Rick and Morty API has a GraphQL endpoint now. Check it out here: https://rickandmortyapi.com/graphql

This is a GraphQL wrapper over the Rick and Morty API (Documentation), which is based on the television show Rick and Morty. Using it, you will access to data about hundreds of characters, images, locations and episodes.

To get started, you can jump right to GraphiQL to see the docs and write some queries.

This wrapper exposes almost the same data as the REST API, including the info property on the response for various characters, episodes or locations.

Run the project locally

After cloning the repository, run npm install or yarn, then npm run dev or yarn dev.

Releases

No releases published

Packages

No packages published