-
Describe the issueI’ve simple content type setup in orchard core namely SharedContent contains title, html field and SitePages contains title, html and a content picker field which refers to SharedContent items. I’ve written the following GraphQL query to retrieve the LATEST draft version of the item from SitePages and SharedContent which are linked in the site pages. Although it retrieves the LATEST content from the Sitepages however the linked SharedContent only retrieve the last published version although there is a draft version available for that item… is there any way that I could retrieve the latest draft version for shared content from the below query? Any help in this would be much apricated. Thanks. query MyQuery { Orchard Core version2.1.7 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Unfortunately, this is not possible at the moment. The content picker field will only return published items in GraphQL. |
Beta Was this translation helpful? Give feedback.
#17899