umutbozdag / betalimited-task-graphql-backend

A GraphQL Apollo layer for the given REST API endpoints. Deployed on Heroku.

Home Page:https://apollo-server-task-231b6a1234f7.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I've implemented a GraphQL layer with Apollo for the provided REST API endpoints.

Why?: Creating a GraphQL layer on top of a REST API enables clients to request specific information in a single query, reducing over-fetching and under-fetching. It also establishes a unified endpoint for backend aggregation, supports real-time updates, and provides a robust typing system, contributing to an improved overall developer experience and reducing costs for server.

About

A GraphQL Apollo layer for the given REST API endpoints. Deployed on Heroku.

https://apollo-server-task-231b6a1234f7.herokuapp.com/


Languages

Language:TypeScript 99.7%Language:Procfile 0.3%