...
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 | ||
---|---|---|
| ||
query { nodeList { parent_node_id node_id type name } } |
...