Schema Documentation

NodeWithRevisions

Description

A node that can have revisions

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

Page

Post

Example
{"id":4,"isRevision":false,"revisionOf":NodeWithRevisionsToContentNodeConnectionEdge}