Schema Documentation
NodeWithRevisions
Description
A node that can have revisions
Fields
Field Name | Description |
---|---|
id - ID! | The globally unique ID for the object |
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
{"id":4,"isRevision":false,"revisionOf":NodeWithRevisionsToContentNodeConnectionEdge}