An open API service indexing awesome lists of open source software.

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/

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/graphql

This 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`.