shahednasser / cross-post

Cross Post a blog to multiple websites
https://www.npmjs.com/package/cross-post-blog
MIT License
122 stars 16 forks source link

Error posting to Hashnode #43

Closed abhirockzz closed 1 year ago

abhirockzz commented 1 year ago

Hello, I see this error while trying to cross post to Hashnode. It's probably due to an updated API? Or, am I missing something? Would appreciate your help!

Error: Error occured while cross posting to Hashnode: Variable "$input" got invalid value { title: "this is a test blog", contentMarkdown: "# this is a test blog", tags: [] }; Field "isPartOfPublication" of required type "PublicationDetails!" was not provided.

palmerusaf commented 1 year ago

@abhirockzz I think you're right there must have been and update to the API. I was able to get it working in pull request #44.