Hey Hashnode. I'm very new to graphql. I've been playing around with the new api So far I've figured out how to get stories feed, personalised stories feed etc. How can I query for specific users blog posts only? In this case mine.
Hi Newton! We are about to release that endpoint -- should be live in next 1 hour. I'll let you know once it's ready.
Deepak Kumar
Remote Software Engineer @Clinq
I was working with Hashnode graphql API to build HashNode Analytics Site like Twitter Analytics. I can see an issue as the following query return the wrong results of a number of posts. It always returns null as numOfPosts. Please have a look Sandeep Panda
Query { user(username: "deepak2431") { numPosts } } Result { "data": { "user": { "numPosts": null } } }