keywordSearch
Find tracks that match specific keywords.
keywordSearch(
first: Int = 10
target: KeywordSearchTarget!
keywords: [KeywordSearchKeyword!]!
): KeywordSearchResult!
Arguments
first
(Int
)
Amount of items to fetch.
target
(KeywordSearchTarget!
)
What kind of results should be returned? Either Spotify or Library tracks.
keywords
([KeywordSearchKeyword!]!
)
The keywords that will be used for searching tracks.