forked from du5rte/graphql-mongodb-projection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
54 lines (54 loc) · 1.14 KB
/
users.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"_id": "583f1607bf98f7f846e7d2d1",
"email":"[email protected]",
"firstname":"Leonardo",
"lastname":"Di Caprio",
"verified": true
},
{
"_id": "583f1607bf98f7f846e7d2d2",
"email":"[email protected]",
"firstname":"Brad",
"lastname":"Pitt",
"profile" : {
"avatar": "cat.jpg",
"achievements": [
{
"type": "created_account",
"timestap": 1525905846
},
{
"type": "authenticated_with_email",
"timestap": 1525988646
},
{
"type": "authenticated_with_facebook",
"timestap": 1526507046
},
{
"type": "logged_in",
"timestap": 1528580646
}
]
},
"friends": [
"583f1607bf98f7f846e7d2d1",
"583f1607bf98f7f846e7d2d3",
"583f1607bf98f7f846e7d2d4"
],
"verified": true
},
{
"_id": "583f1607bf98f7f846e7d2d3",
"email":"[email protected]",
"firstname":"Christian",
"lastname":"Bale",
"verified": false
},
{
"_id": "583f1607bf98f7f846e7d2d4",
"email":"[email protected]",
"verified": true
}
]