Skip to main content

MerchantsListBlock

Show a filtered list of merchants.

type MerchantsListBlock implements Block {
link: BlockLink
merchants: [ReviewMerchant!]
}

Fields

MerchantsListBlock.merchants ● [ReviewMerchant!] list object

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