Skip to main content

OffersRequestedDetails

No description

type OffersRequestedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
sourceId: ObjectId!
bids: [Bid!]!
}

Fields

OffersRequestedDetails.driverId ● ObjectId scalar

OffersRequestedDetails.companyId ● ObjectId scalar

OffersRequestedDetails.userId ● ObjectId scalar

OffersRequestedDetails.user ● ContactInfo object

OffersRequestedDetails.isSystemEvent ● Boolean! non-null scalar

OffersRequestedDetails.actorType ● EnumActorType! non-null enum

OffersRequestedDetails.sourceId ● ObjectId! non-null scalar

OffersRequestedDetails.bids ● [Bid!]! non-null object

Interfaces

Actors interface

Implemented By

EventDetails union