https://github.com/s-shemmee/alx-graphql-0x03
https://github.com/s-shemmee/alx-graphql-0x03
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-shemmee/alx-graphql-0x03
- Owner: s-shemmee
- License: mit
- Created: 2025-08-23T01:48:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T02:12:31.000Z (about 2 months ago)
- Last Synced: 2025-08-23T04:22:09.127Z (about 2 months ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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