Collection graph_notes holds information about notes that were added to the graph on specific dates
Here is the list of fields available:
Field | Description | Example |
---|---|---|
_id | App ID for which note was created | 542e95d747f0be510c000004 |
notes | Object of notes | "2016050100": [ "Marketing campaign" ] |
Here's is how an example document could look like
{
"_id": "56e53239a941253d470d7c52",
"notes": {
"2016050100": [
"Marketing campaign"
]
}
}