Skip to content

Instantly share code, notes, and snippets.

@ummdorian
Created February 19, 2020 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ummdorian/aa09f51106a589eaf93e3b70a0e3cea7 to your computer and use it in GitHub Desktop.
Save ummdorian/aa09f51106a589eaf93e3b70a0e3cea7 to your computer and use it in GitHub Desktop.
query {
nodeQuery(
filter: {
conditions: [
{
operator: EQUAL,
field: "type",
value: ["default_data"]
}
]
}
)
{
entities {
... on NodeDefaultData{
fieldPageContent{
entity{
id,
entityBundle
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment