Guest User

Untitled

a guest
Oct 19th, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.62 KB | None | 0 0
  1. {
  2.     nodeQuery(limit: 10000) {
  3.         entities {
  4.             entityId
  5.             entityLabel
  6.             entityBundle
  7.             entityChanged
  8.             entityCreated
  9.             entityUrl {
  10.                 path
  11.             }
  12.             entityUuid
  13.             entityType
  14.             ...on NodePage {
  15.                 title
  16.                 type {
  17.                     entity {
  18.                         __typename
  19.                     }
  20.                 }
  21.                 body {
  22.                     format
  23.                 }
  24.                 changed
  25.                 created
  26.             }
  27.         }
  28.     }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment