Created
April 15, 2020 19:12
-
-
Save thomsbg/f1e5ff16e01c8543f2425083d18530e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query { | |
entryBody(uuid: "b4c7210f-0593-4ab2-85d9-abab343fcc09") { | |
components { | |
blockquote { | |
paragraphs { | |
ops | |
} | |
} | |
grouping { | |
layout | |
items { | |
image { | |
url | |
caption | |
credit | |
} | |
} | |
} | |
heading { | |
level | |
ops | |
} | |
image { | |
url | |
caption | |
credit | |
} | |
json { | |
schemaName | |
data | |
} | |
list { | |
ordered | |
items { | |
ops | |
} | |
} | |
paragraph { | |
ops | |
} | |
sidebar { | |
body { | |
components { | |
blockquote { | |
paragraphs { | |
ops | |
} | |
} | |
grouping { | |
layout | |
items { | |
image { | |
url | |
caption | |
credit | |
} | |
} | |
} | |
heading { | |
level | |
ops | |
} | |
image { | |
url | |
caption | |
credit | |
} | |
json { | |
schemaName | |
data | |
} | |
list { | |
ordered | |
items { | |
ops | |
} | |
} | |
paragraph { | |
ops | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment