Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- nodeQuery(limit: 10000) {
- entities {
- entityId
- entityLabel
- entityBundle
- entityChanged
- entityCreated
- entityUrl {
- path
- }
- entityUuid
- entityType
- ...on NodePage {
- title
- type {
- entity {
- __typename
- }
- }
- body {
- format
- }
- changed
- created
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment