Search posts, tags, users, and pages
How about mutation? When mutating how can we dynamically create tags?
Hey Iwá Duarte there is a Hashnode API api.hashnode.com
Unfortunately, it only takes Tag IDs. Therefore, you have to GET the tag from an existing article first to find its ID. Then you can include that ID in the mutation.
I'm working on a repo to create articles from MD files using that API.
Also, a new Hashnode API has been announced and they might change that.
I know about the v2 but that probably will take a while. I am deploying a FOSSE application soon as well hahaha (probably tomorrow)
I have used their API and queried the tags through their API, but the list is too small...
Yup, I've run into that issue as well. Not enough tags.
I created these articles and added the tags I cared about manually. Then I used the API to get the tags of these articles to finally get their IDs.
It's a workaround but it kind of worked for me