-
Notifications
You must be signed in to change notification settings - Fork 27
Description
This project created more than 4 years ago only supports queries - a subset of it.
The GraphQL ecosystem has made much progress on the back-end side that spotify-graphql
could leverage.
One of them is GraphQL Mesh, a tool allowing the consumption of multiple data source types (REST, GRPC, other) using GraphQL.
The following rewrite plan is on the way:
spotify-graphql@2.0.0
will leverage GraphQL Mesh to provide the following:
- Support for all queries of Spotify API as of January 2021
- Support for all mutations of Spotify API as of January 2021
- published on
npm
as a server andnode.js
client version
spotify-graphql@3.0.0
will add support for caching
spotify-graphql@4.0.0
will add support nested queries with improved performances and pagination
(Note: spotify-graphql@4.0.0
will provide a similar features-set as spotify-graphql@1.4.0
)
I'll keep you updated here on the progress of the following roadmap ⚡
Any feedback is welcome!