createMarketplaceAuctionBid

This mutation allows the creation of a bid auction within a marketplace.

Arguments

NameTypeDescriptionRequired
marketplaceAuctionBidObjectInput for the marketplace auction bid.Yes

Return

NameTypeOrganization
MarketplaceAuctionBidObjectContains all the information from MarketplaceAuctionBid that includes the ID of the marketplace auction bid, the ID of the marketplace auction lot, current bid, maximum bid, user ID etc.

Mutation Schema

type mutation{

  createMarketplaceAuctionBid(marketplaceAuctionBid: MarketplaceAuctionBidInput!): MarketplaceAuctionBid!

}