-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfriend_circle_with_label.nq.equivalent_json.js
90 lines (80 loc) · 1.89 KB
/
friend_circle_with_label.nq.equivalent_json.js
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
module.exports = [
{
primaryKey: '</user/shortid/23TplPdS>',
label: 'companyA',
userId: '23TplPLs',
userSetId: 'XXX_L2',
realName: 'XXX_L3',
displayName: 'XXX_L4',
gender: 'M',
email: '[email protected]',
isEmailVerified: true,
mobilePhone: {
isVerified: false,
alpha3CountryCode: 'SGP',
mobilePhoneNoWithCountryCallingCode: '+6586720011'
}
}, {
primaryKey: '</user/shortid/46Juzcyx>',
label: 'companyA',
userId: '46Juzcyx',
userSetId: 'XXX_L14',
realName: 'XXX_L15',
displayName: 'XXX_L16',
gender: 'M',
email: '[email protected]',
isEmailVerified: false,
mobilePhone: {
isVerified: false,
alpha3CountryCode: 'SGP',
mobilePhoneNoWithCountryCallingCode: '+6586720021'
}
}, {
primaryKey: '</user/shortid/hwX6aOr7>',
label: 'companyA',
userId: 'hwX6aOr7',
userSetId: 'XXX_L26',
realName: 'XXX_L27',
displayName: 'XXX_L28',
gender: 'F',
email: '[email protected]',
isEmailVerified: true,
mobilePhone: {
isVerified: true,
alpha3CountryCode: 'SGP',
mobilePhoneNoWithCountryCallingCode: '+6586720033'
}
}, {
primaryKey: '</user/shortid/BJg4Kj2HOe>',
label: 'companyB',
userId: 'BJg4Kj2HOe',
realName: 'XXX_L38',
email: '[email protected]'
}, {
primaryKey: '</user/shortid/23TplPdS>',
label: 'companyA',
follows: [
'</user/shortid/46Juzcyx>',
'</user/shortid/BJg4Kj2HOe>'
]
}, {
primaryKey: '</user/shortid/46Juzcyx>',
label: 'companyA',
follows: [
'</user/shortid/23TplPdS>',
'</user/shortid/BJg4Kj2HOe>'
]
}, {
primaryKey: '</user/shortid/hwX6aOr7>',
label: 'companyA',
follows: [
'</user/shortid/23TplPdS>'
]
}, {
primaryKey: '</user/shortid/BJg4Kj2HOe>',
label: 'companyB',
follows: [
'</user/shortid/46Juzcyx>'
]
}
]