This mutation allows the creation of a bid auction within a marketplace.
Arguments
Name | Type | Description | Required |
|---|---|---|---|
Object | Input for the marketplace auction bid. | Yes |
Return
Name | Type | Organization |
|---|---|---|
Object | Contains all the information from |
Mutation Schema
type mutation{
createMarketplaceAuctionBid(marketplaceAuctionBid: MarketplaceAuctionBidInput!): MarketplaceAuctionBid!
}