OBJECT

AuctionParticipant

An auction participant.

link GraphQL Schema definition

  • type AuctionParticipant implements Node {
  • # Participant's address
  • address: Address!
  • # Unique global ID of the object.
  • id: ID!
  • }