bidFeed

Loads the information of bid feed.

General pattern

query{
	bidFeed(marketplaceAuctionLotId: "UUID"){
  	field_1
    field_2 {
       nested_field_1
       ...
    }
  }
}

Example query

query{
	bidFeed(marketplaceAuctionLotId: "UUID"){
  	id
    marketplaceAuctionLotId
    marketplaceAuctionLot
    }
}

Arguments

NameTypeDescriptionRequired
marketplaceAuctionLotIdUUIDThe market place auction lot ID.Yes

Fields

NameTypeDescription
MarketplaceAuctionBidObjectContains all the information from MarketplaceAuctionBid such as ID, name, marketplaceAuctionLotId, marketplaceAuctionLot, and etc.