Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List of all elements(nodes) that the user has the user right to see. Keep in mind that with OAuth2 authorization, a TOKEN may be issued to a guest user who does not see all the elements.

Query:

Code Block
languagejsrestructuredtext
query {
  nodeList {
      parent_node_id
      node_id
      type
      name
  }
}

...