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

https://github.com/sergeimeza/demo-graphql-server

Demo GraphQL Server wrapping Apple Music Public APIs
https://github.com/sergeimeza/demo-graphql-server

apollo-graphql apollo-server graphql graphql-server typescript

Last synced: 3 months ago
JSON representation

Demo GraphQL Server wrapping Apple Music Public APIs

Awesome Lists containing this project

README

        

# demo-graphql-server
Demo `GraphQL Server` wrapping **Apple Music** Public APIs.

Demo project to show how to use `GraphQL` ecosystem with an JS/TS backend.

## Highlights

#### Backend
- Code autogeneration
- GraphQL backend
- Apollo Server
- Express App

#### Frontend
- GraphQL client
- Apollo client
- Graphql Fragments

## Sample client graphql definition

Visit [music-api.graphql](https://github.com/SergeiMeza/demo-graphql-server/blob/49086bf78a753620b2c0602575ce41da4c6e33fd/src/sample/music-api.graphql) for a sample **GraphQL client** definition.

Support:


sergeimeza