mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
again
This commit is contained in:
parent
5d4611f83f
commit
c2ca16bebc
@ -20,7 +20,7 @@ async function main() {
|
|||||||
console.log(`GraphIQL available at http://localhost:${CONFIG.PORT}`)
|
console.log(`GraphIQL available at http://localhost:${CONFIG.PORT}`)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
void startValidateCommunities(Number(CONFIG.FEDERATION_VALIDATE_COMMUNITY_TIMER))
|
await startValidateCommunities(Number(CONFIG.FEDERATION_VALIDATE_COMMUNITY_TIMER))
|
||||||
}
|
}
|
||||||
|
|
||||||
main().catch((e) => {
|
main().catch((e) => {
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export const userFactory = async (
|
|||||||
user: UserInterface,
|
user: UserInterface,
|
||||||
): Promise<User> => {
|
): Promise<User> => {
|
||||||
const { mutate } = client
|
const { mutate } = client
|
||||||
|
|
||||||
const homeCom = await writeHomeCommunityEntry()
|
const homeCom = await writeHomeCommunityEntry()
|
||||||
// console.log('call createUser with', JSON.stringify(user, null, 2))
|
// console.log('call createUser with', JSON.stringify(user, null, 2))
|
||||||
const response = await mutate({ mutation: createUser, variables: user })
|
const response = await mutate({ mutation: createUser, variables: user })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user