Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. page(namespaceId: 2, publicationId: 1234, pageId: 5678,
  3. contextData: [{
  4. uri: "taf:ish:userconditions:merged",
  5. type: STRING,
  6. value: "{"Test":["Print"]}"
  7. }]) {
  8. id
  9. itemType
  10. title
  11. containerItems {
  12. ... on ComponentPresentation {
  13. rawContent(renderContent: true) {
  14. data
  15. }
  16. }
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement