A markdown version of the body doesn’t to be in any of the possible fields of the `Post` type. Am I looking in the wrong place? I’m using this:
https://www.lesswrong.com/graphiql
Should be part of the contents field:
contents
{ post(input: {selector: {slug: "the-new-editor"}}) { result { contents { markdown } } } }
Ah, thanks!
A markdown version of the body doesn’t to be in any of the possible fields of the `Post` type. Am I looking in the wrong place? I’m using this:
https://www.lesswrong.com/graphiql
Should be part of the
contents
field:Ah, thanks!