Tracks GraphQL API

Query some Spotify tracks I probably listened to via GraphQL.

GraphQL Yoga

Powered by GraphQL Yoga from The Guild is a batteries-included cross-platform GraphQL over HTTP spec-compliant GraphQL server powered by Envelop and GraphQL Tools focused on easy setup, performance and great developer experience.

Usage

query MyTracks { tracks { id artist title url image_url } }

See Track type for fields.

Migrated from folder: GraphQL/tracksAPI