https://github.com/arthurdenner/rick-and-morty-graphql-api
[DEPRECATED] GraphQL Wrapper over the Rick and Morty REST API. Play with it here: https://rickandmortyapi-gql.now.sh/
https://github.com/arthurdenner/rick-and-morty-graphql-api
api deprecated graphql no-maintenance-intended rick-and-morty wrapper-api
Last synced: 3 months ago
JSON representation
[DEPRECATED] GraphQL Wrapper over the Rick and Morty REST API. Play with it here: https://rickandmortyapi-gql.now.sh/
- Host: GitHub
- URL: https://github.com/arthurdenner/rick-and-morty-graphql-api
- Owner: arthurdenner
- Created: 2018-03-20T21:06:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T22:48:15.000Z (almost 7 years ago)
- Last Synced: 2025-06-05T08:11:10.522Z (4 months ago)
- Topics: api, deprecated, graphql, no-maintenance-intended, rick-and-morty, wrapper-api
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Rick and Morty GraphQL API
# ⚠️ WARNING ⚠️
> This project is no longer maintained because the [Rick and Morty API](https://github.com/afuh/rick-and-morty-api) has a GraphQL endpoint now. Check it out here: https://rickandmortyapi.com/graphqlThis is a GraphQL wrapper over the [Rick and Morty API](https://github.com/afuh/rick-and-morty-api) ([Documentation](https://rickandmortyapi.com/documentation)), which is based on the television show [Rick and Morty](https://en.wikipedia.org/wiki/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](https://rickandmortyapi-gql.now.sh/) 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`.