Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1 KB

README.md

File metadata and controls

14 lines (8 loc) · 1 KB

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.