auctionLotUpdated

Loads the information of auction lot updated.

General pattern

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

Example query

query{
	auctionLotUpdated(marketplaceAuctionLotId: "UUID"){
  	id
    lotNumber
    marketplaceCollectionItem
    }
}

Arguments

Name

Type

Description

Required

marketplaceAuctionLotId

UUID

The marketplace auction lot Id.

Yes

Fields

Name

Type

Description

MarketplaceAuctionLot

Object

Contains all the information from MarketplaceAuctionLot and MarketplaceCollectionItem.