Add option to ignores users in reactions plugin (#256)
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
node:{
|
||||
createdAt:faker.date.recent(),
|
||||
reactions:{
|
||||
nodes:new Array(50).fill(null).map(_ => ({content:faker.random.arrayElement(["HEART", "THUMBS_UP", "THUMBS_DOWN", "LAUGH", "CONFUSED", "EYES", "ROCKET", "HOORAY"])})),
|
||||
nodes:new Array(50).fill(null).map(_ => ({
|
||||
user:{login:faker.internet.userName()},
|
||||
content:faker.random.arrayElement(["HEART", "THUMBS_UP", "THUMBS_DOWN", "LAUGH", "CONFUSED", "EYES", "ROCKET", "HOORAY"]),
|
||||
})),
|
||||
},
|
||||
},
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user