Graphql
Graphql Auction
Query
list auction by Id
{
lofAuctionById(
auction_id : string!
){
entity_id
product_id
customer_id
min_amount
starting_price
reserve_price
auction_status
days
min_qty
max_qty
start_auction_time
stop_auction_time
increment_opt
increment_price
auto_auction_opt
status
featured_auction
buy_it_now
created_at
max_amount
}
}2. List Auction
3. list my Subscribed auction
Mutation
save auction
2. save absentee by id
3. Delete absentee by id
Last updated