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 |
|---|---|---|---|
| UUID | The market place auction lot ID. | Yes |
Fields
Name | Type | Description |
|---|---|---|
Object | Contains all the information from |
