OBJECT
type Block {# Revisionrevision: Revision! # IDblockId: BlockId! # Block timetimestamp: Time! # Block data hashhash: String! # Change typechangeType: ChangeType! # Block sizesize: Int! }