ShareableBlock
Block used to group other blocks together for sharing purposes.
type ShareableBlock implements Block {
children: [AllBlockTypes!]!
link: BlockLink
shareButtonText: String
sharedContent: String
sharedFooter: String
sharedSubtitle: String
sharedTitle: String
subtitle: String
title: String
}