InfoBlock
Block used to show a simple information along with a label.
type InfoBlock implements Block {
label: String
link: BlockLink
value: String
}
Fields
InfoBlock.label ● String scalar
InfoBlock.link ● BlockLink object
InfoBlock.value ● String scalar
Interfaces
Block interface
Base interface that all block types implement.
A "Block" is a UI component that report pages are made up of. The block names correspond to react components on the frontend.
Implemented By
AllBlockTypes union