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

https://github.com/s-shemmee/alx-graphql-0x03


https://github.com/s-shemmee/alx-graphql-0x03

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

          

# alx-graphql-0x00

GraphQuest: Exploring and Implementing GraphQL

This repository contains solutions for the ALX GraphQL project tasks. It is organized into two main directories:

- `character`: Contains queries and outputs for fetching character data from the Rick and Morty API.
- `episode`: Contains queries and outputs for fetching episode data from the Rick and Morty API.

## Tasks Overview

### 0. Write a Query to Get a Specific Character by ID
- GraphQL queries and outputs for character IDs 1–4.

### 1. Write a Query to Get a List of All Characters
- Paginated queries and outputs for character lists (pages 1–4).

### 2. Write a Query to Get a Specific Episode by ID
- GraphQL query and outputs for episode ID 1 (and sample outputs for IDs 2–4).

## License
MIT License