Schema Documentation
NodeWithRevisions
Description
A node that can have revisions
Fields
Field Name | Description |
---|---|
isRevision -
Boolean | True if the node is a revision of another node |
revisionOf -
NodeWithRevisionsToContentNodeConnectionEdge | If the current node is a revision, this field exposes the node this is a revision of. Returns null if the node is not a revision of another node. |
Example
{"isRevision":true,"revisionOf":NodeWithRevisionsToContentNodeConnectionEdge}