Skip to main content

NetWorthChartBlock

Block used to show a net worth chart.

type NetWorthChartBlock implements Block {
link: BlockLink
snapshotsByAccountType(
startDate: Date
): [SnapshotByType!]!
}

Fields

NetWorthChartBlock.snapshotsByAccountType ● [SnapshotByType!]! non-null object

NetWorthChartBlock.snapshotsByAccountType.startDate ● Date 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