Schema Documentation
UniformResourceIdentifiable
Description
Any node that has a URI
Fields
Field Name | Description |
---|---|
id - ID! | The unique resource identifier path |
isContentNode - Boolean! | Whether the node is a Content Node |
isTermNode - Boolean! | Whether the node is a Term |
uri - String | The unique resource identifier path |
Possible Types
UniformResourceIdentifiable Types |
---|
Example
{"id":"4","isContentNode":false,"isTermNode":true,"uri":"xyz789"}