Takeover
No description
type Takeover implements IncomingRequest {
_id: ObjectId!
order: Order!
type: IncomingRequestType!
requestingCompany: ObjectId!
company: ObjectId!
requestingUser: ContactInfo!
receivingUser: ContactInfo
archived: Boolean!
deleted: Boolean!
sourceSystem: SystemEnum!
createdAt: DateTime!
updatedAt: DateTime!
needsAttention: NeedsAttention
companyName: String!
status: EnumTakeoverStatus!
decliningComment: String
}
Fields
Takeover._id
● ObjectId!
non-null scalar
Takeover.order
● Order!
non-null object
Takeover.type
● IncomingRequestType!
non-null enum
Takeover.requestingCompany
● ObjectId!
non-null scalar
Takeover.company
● ObjectId!
non-null scalar
The company which received the request.
Takeover.requestingUser
● ContactInfo!
non-null object
The user that made the request.
Takeover.receivingUser
● ContactInfo
object
The user that received the shared order, or accepted/declined the takeover.