Welcome to Remix+Sanity+Preview Kit

isLoading: yes

{
  "initialData": {
    "content": "Hello world!\n\nLorem ipsum dolor",
    "isDraft": true,
    "title": "Test entry"
  },
  "isPreview": true,
  "query": "*[_type == \"post\"][0] {\n    title,\n    \"content\": pt::text(content),\n    \"isDraft\": defined(_originalId) && _originalId in path(\"drafts.**\"),\n  }",
  "queryParams": {}
}