Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shreyasganesh911/gql_muxic

My first GraphQL project
https://github.com/shreyasganesh911/gql_muxic

apollo-server express graphql nodejs typescript

Last synced: 14 days ago
JSON representation

My first GraphQL project

Awesome Lists containing this project

README

        

# A Basic GraphQL Project
This is my first **GraphQL** project, where I have used GQL to query and mutate data stored in MongoDB.
The project consists of the following types:
* **User**: Application users
* **Artist**: Info. about the artist name, songs and albums
* **Track**: Info. about the song name, duration and associated album and artist
* **Album**: Rep. collection of tracks
* **Playlist**: User saved tracks