NeedsAttentionDetails
No description
type NeedsAttentionDetails {
_id: ObjectId!
objectType: EnumObjectType!
userId: ObjectId
companyId: ObjectId!
actionType: EnumActionType!
needsAttention: Boolean!
}
No description
type NeedsAttentionDetails {
_id: ObjectId!
objectType: EnumObjectType!
userId: ObjectId
companyId: ObjectId!
actionType: EnumActionType!
needsAttention: Boolean!
}
NeedsAttentionDetails._id ● ObjectId! non-null scalarNeedsAttentionDetails.objectType ● EnumObjectType! non-null enumNeedsAttentionDetails.userId ● ObjectId scalarNeedsAttentionDetails.companyId ● ObjectId! non-null scalarNeedsAttentionDetails.actionType ● EnumActionType! non-null enumNeedsAttentionDetails.needsAttention ● Boolean! non-null scalar