mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix seeds
This commit is contained in:
parent
f46e5ee58c
commit
4dc39a97a8
@ -3,7 +3,7 @@ import uuid from 'uuid/v4'
|
||||
|
||||
export default function (params) {
|
||||
const {
|
||||
id = uuid(),
|
||||
postId = 'p6',
|
||||
content = [
|
||||
faker.lorem.sentence(),
|
||||
faker.lorem.sentence()
|
||||
@ -13,7 +13,7 @@ export default function (params) {
|
||||
return `
|
||||
mutation {
|
||||
CreateComment(
|
||||
id: "${id}",
|
||||
postId: "${postId}",
|
||||
content: "${content}"
|
||||
) { id, content }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user