Skip to content

Instantly share code, notes, and snippets.

@ummdorian
Created February 18, 2020 22:49
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/ed7e83b1d09e2fbf57ebbc53280fb59e to your computer and use it in GitHub Desktop.
Save ummdorian/ed7e83b1d09e2fbf57ebbc53280fb59e to your computer and use it in GitHub Desktop.
query {
nodeQuery(
filter: {
conditions: [
{
operator: EQUAL,
field: "type",
value: ["default_data"]
}
]
}
)
{
entities {
... on NodeDefaultData{
fieldDefaultDataSeason {
entity{
entityLabel
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment