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}}