Tags Article 3

This article was created to get its tags with the Hashnode API.

The Hashnode API has no method to query specific tags, it only returns the most popular tags. As a workaround, I created posts with the tags I plan to use and query those posts to get tags IDs and names.

This article is hidden from Hashnode feed.

This query is the one that I've used to get post details, including tags.

post(
slug: String!
hostname: String
): PostDetailed