You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[email protected] 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 and node.js client version
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:
[email protected]
will leverage GraphQL Mesh to provide the following:npm
as a server andnode.js
client version[email protected]
will add support for caching[email protected]
will add support nested queries with improved performances and pagination(Note:
[email protected]
will provide a similar features-set as[email protected]
)I'll keep you updated here on the progress of the following roadmap ⚡
Any feedback is welcome!
The text was updated successfully, but these errors were encountered: