Skip to content

Instantly share code, notes, and snippets.

@gwdt
Created November 22, 2020 00:02
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 gwdt/12cde17c1236dca024badb36089bc796 to your computer and use it in GitHub Desktop.
Save gwdt/12cde17c1236dca024badb36089bc796 to your computer and use it in GitHub Desktop.
An example of a basic query retrieving the selected items of a Multilist
{
item(path: "{E97EE183-FA7B-45D0-A143-32B84514A6E9}") {
myMultiRootTreelist: field(name: "Recommended Items") {
... on MultilistField {
targetItems {
id
name
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment