charlypoly / spotify-graphql

GraphQL schema for Spotify WebAPI — TypeScript / Node.js (v6)
MIT License
278 stars 27 forks source link

`full` should be Boolean instead of Int #75

Open dandv opened 4 years ago

dandv commented 4 years ago

Looks like full is only used as a Boolean. Also, it should be described in the schema. That description might've prevented https://github.com/wittydeveloper/spotify-api-graphql-console/issues/26

charlypoly commented 3 years ago

Will do in spotify-graphql@2.0.0, cf: #79