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

Name

Type

Description

Required

marketplaceAuctionLotId

UUID

The market place auction lot ID.

Yes

Fields

Name

Type

Description

MarketplaceAuctionBid

Object

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