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

NameTypeDescriptionRequired
marketplaceAuctionLotIdUUIDThe marketplace auction lot Id.Yes

Fields

NameTypeDescription
MarketplaceAuctionLotObjectContains all the information from MarketplaceAuctionLot and MarketplaceCollectionItem.