marketplaceCollectionLotsUpdates

Loads the information of marketplace Collection Lots Updates.

General pattern

query{
	marketplaceCollectionLotsUpdates(collectionId: "UUID1"){
  	field_1
    field_2 {
       nested_field_1
       ...
    }
  }
}

Sample query

query{
	marketplaceCollectionLotsUpdates(collectionId: "UUID1"){
  	id
    lotNumber
    marketplaceCollectionItem
    }
}

Arguments

Name

Type

Description

Required

collectionId

UUID1

The market collection ID.

Yes

Fields

Name

Type

Description

MarketplaceAuctionLot

Object

Contains all the information from MarketplaceAuctionLot and MarketplaceCollectionItem.