spotify-graphql-examples
spotify-graphql-examples copied to clipboard
Fix compilation issues
$ tsc
node_modules/spotify-graphql/lib/resolvers.ts(1,32): error TS2307: Cannot find module './resolvers/album'.
node_modules/spotify-graphql/lib/resolvers.ts(2,33): error TS2307: Cannot find module './resolvers/artist'.
node_modules/spotify-graphql/lib/resolvers.ts(3,35): error TS2307: Cannot find module './resolvers/playlist'.
node_modules/spotify-graphql/lib/resolvers.ts(4,38): error TS2307: Cannot find module './resolvers/privateUser'.
node_modules/spotify-graphql/lib/resolvers.ts(5,37): error TS2307: Cannot find module './resolvers/publicUser'.
node_modules/spotify-graphql/lib/resolvers.ts(6,25): error TS2307: Cannot find module './resolvers/queries'.
node_modules/spotify-graphql/lib/resolvers.ts(7,32): error TS2307: Cannot find module './resolvers/track'.
Any updates on the issue
The current complete rewrite of the lib is still ongoing but on pause, cf https://github.com/charlypoly/spotify-graphql/issues/79