S
hello do you know how to post publication story using graphql? i have tried like this but no luck: mutation{createPublicationStory(publicationId:"helloguys",input:{title:"trying da graphql ",contentMarkdown:"wish me ",tags:[]}){code,message,success}}
CommentArticleNov 27, 2020How I Queried Hashnode's GraphQL API to display my hashnode blog posts on my Nuxt Website