createMarketplaceAuctionBid

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

Arguments

Name

Type

Description

Required

marketplaceAuctionBid

Object

Input for the marketplace auction bid.

Yes

Return

Name

Type

Organization

MarketplaceAuctionBid

Object

Contains 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!

}