Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shreyasganesh911/gql_muxic
- Owner: ShreyasGanesh911
- Created: 2024-10-28T13:33:28.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T15:02:48.000Z (3 months ago)
- Last Synced: 2024-12-01T10:54:45.046Z (2 months ago)
- Topics: apollo-server, express, graphql, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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