Schema Documentation

NodeWithRevisions

Description

A node that can have revisions

Fields
Field NameDescription
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.
Possible Types
NodeWithRevisions Types

Page

Post

Example
{"isRevision":true,"revisionOf":NodeWithRevisionsToContentNodeConnectionEdge}