Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created September 5, 2022 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimeys/f3831809ac388a6c9b6ef8a720d8dce9 to your computer and use it in GitHub Desktop.
Save pimeys/f3831809ac388a6c9b6ef8a720d8dce9 to your computer and use it in GitHub Desktop.
> prisma_8861@1.0.0 start
> ts-node index.ts
2022-09-05T09:28:48.295Z prisma:tryLoadEnv Environment variables not found at null
2022-09-05T09:28:48.296Z prisma:tryLoadEnv Environment variables not found at undefined
2022-09-05T09:28:48.296Z prisma:tryLoadEnv No Environment variables loaded
2022-09-05T09:28:48.298Z prisma:tryLoadEnv Environment variables not found at null
2022-09-05T09:28:48.298Z prisma:tryLoadEnv Environment variables not found at undefined
2022-09-05T09:28:48.298Z prisma:tryLoadEnv No Environment variables loaded
2022-09-05T09:28:48.298Z prisma:client dirname /prisma_playground/node_modules/.prisma/client
2022-09-05T09:28:48.298Z prisma:client relativePath ../../../prisma
2022-09-05T09:28:48.298Z prisma:client cwd /prisma_playground/prisma
2022-09-05T09:28:48.298Z prisma:client clientVersion 4.3.1
2022-09-05T09:28:48.298Z prisma:client clientEngineType library
2022-09-05T09:28:48.299Z prisma:client:libraryEngine internalSetup
2022-09-05T09:28:48.349Z prisma:client:libraryEngine:loader Searching for Query Engine Library in /prisma_playground/node_modules/.prisma/client
2022-09-05T09:28:48.350Z prisma:client:libraryEngine:loader loadEngine using /prisma_playground/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node
2022-09-05T09:28:48.379Z prisma:client Prisma Client call:
2022-09-05T09:28:48.380Z prisma:client prisma.post.upsert({
where: {
id: '5b8fcc45-756e-42cf-9559-1eb929b62a3d'
},
update: {},
create: {
id: '5b8fcc45-756e-42cf-9559-1eb929b62a3d',
title: 'Post 01',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.380Z prisma:client Generated request:
2022-09-05T09:28:48.380Z prisma:client mutation {
upsertOnePost(
where: {
id: "5b8fcc45-756e-42cf-9559-1eb929b62a3d"
}
update: {
}
create: {
id: "5b8fcc45-756e-42cf-9559-1eb929b62a3d"
title: "Post 01"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.380Z prisma:client Prisma Client call:
2022-09-05T09:28:48.380Z prisma:client prisma.post.upsert({
where: {
id: '3dc8c3c8-2aa7-42f1-9b8b-e3caa5f764e4'
},
update: {},
create: {
id: '3dc8c3c8-2aa7-42f1-9b8b-e3caa5f764e4',
title: 'Post 02',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.380Z prisma:client Generated request:
2022-09-05T09:28:48.380Z prisma:client mutation {
upsertOnePost(
where: {
id: "3dc8c3c8-2aa7-42f1-9b8b-e3caa5f764e4"
}
update: {
}
create: {
id: "3dc8c3c8-2aa7-42f1-9b8b-e3caa5f764e4"
title: "Post 02"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.380Z prisma:client Prisma Client call:
2022-09-05T09:28:48.381Z prisma:client prisma.post.upsert({
where: {
id: '9be48653-d9b7-4ba1-8bb7-fbf83ed9b444'
},
update: {},
create: {
id: '9be48653-d9b7-4ba1-8bb7-fbf83ed9b444',
title: 'Post 03',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.381Z prisma:client Generated request:
2022-09-05T09:28:48.381Z prisma:client mutation {
upsertOnePost(
where: {
id: "9be48653-d9b7-4ba1-8bb7-fbf83ed9b444"
}
update: {
}
create: {
id: "9be48653-d9b7-4ba1-8bb7-fbf83ed9b444"
title: "Post 03"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.381Z prisma:client Prisma Client call:
2022-09-05T09:28:48.381Z prisma:client prisma.post.upsert({
where: {
id: '338bfb9d-4017-448a-b3f7-b398f44a33f2'
},
update: {},
create: {
id: '338bfb9d-4017-448a-b3f7-b398f44a33f2',
title: 'Post 04',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.381Z prisma:client Generated request:
2022-09-05T09:28:48.381Z prisma:client mutation {
upsertOnePost(
where: {
id: "338bfb9d-4017-448a-b3f7-b398f44a33f2"
}
update: {
}
create: {
id: "338bfb9d-4017-448a-b3f7-b398f44a33f2"
title: "Post 04"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.381Z prisma:client Prisma Client call:
2022-09-05T09:28:48.381Z prisma:client prisma.post.upsert({
where: {
id: '7f25ecd8-43dd-4113-aed2-3bc53ae157cf'
},
update: {},
create: {
id: '7f25ecd8-43dd-4113-aed2-3bc53ae157cf',
title: 'Post 05',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.381Z prisma:client Generated request:
2022-09-05T09:28:48.381Z prisma:client mutation {
upsertOnePost(
where: {
id: "7f25ecd8-43dd-4113-aed2-3bc53ae157cf"
}
update: {
}
create: {
id: "7f25ecd8-43dd-4113-aed2-3bc53ae157cf"
title: "Post 05"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.381Z prisma:client Prisma Client call:
2022-09-05T09:28:48.381Z prisma:client prisma.post.upsert({
where: {
id: '1f9355ee-8f5b-4334-ae8b-f839bfbd12fd'
},
update: {},
create: {
id: '1f9355ee-8f5b-4334-ae8b-f839bfbd12fd',
title: 'Post 06',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.381Z prisma:client Generated request:
2022-09-05T09:28:48.381Z prisma:client mutation {
upsertOnePost(
where: {
id: "1f9355ee-8f5b-4334-ae8b-f839bfbd12fd"
}
update: {
}
create: {
id: "1f9355ee-8f5b-4334-ae8b-f839bfbd12fd"
title: "Post 06"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.381Z prisma:client Prisma Client call:
2022-09-05T09:28:48.383Z prisma:client prisma.post.upsert({
where: {
id: '9371b510-5ac2-4b45-8b9e-c7c42718be4d'
},
update: {},
create: {
id: '9371b510-5ac2-4b45-8b9e-c7c42718be4d',
title: 'Post 07',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.383Z prisma:client Generated request:
2022-09-05T09:28:48.383Z prisma:client mutation {
upsertOnePost(
where: {
id: "9371b510-5ac2-4b45-8b9e-c7c42718be4d"
}
update: {
}
create: {
id: "9371b510-5ac2-4b45-8b9e-c7c42718be4d"
title: "Post 07"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.384Z prisma:client Prisma Client call:
2022-09-05T09:28:48.384Z prisma:client prisma.post.upsert({
where: {
id: '3d3ea558-0f0c-43e4-9d9f-f5fd68176b73'
},
update: {},
create: {
id: '3d3ea558-0f0c-43e4-9d9f-f5fd68176b73',
title: 'Post 08',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.384Z prisma:client Generated request:
2022-09-05T09:28:48.384Z prisma:client mutation {
upsertOnePost(
where: {
id: "3d3ea558-0f0c-43e4-9d9f-f5fd68176b73"
}
update: {
}
create: {
id: "3d3ea558-0f0c-43e4-9d9f-f5fd68176b73"
title: "Post 08"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.384Z prisma:client Prisma Client call:
2022-09-05T09:28:48.384Z prisma:client prisma.post.upsert({
where: {
id: '587e17a2-260c-4b58-905c-6199ee273183'
},
update: {},
create: {
id: '587e17a2-260c-4b58-905c-6199ee273183',
title: 'Post 09',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.384Z prisma:client Generated request:
2022-09-05T09:28:48.384Z prisma:client mutation {
upsertOnePost(
where: {
id: "587e17a2-260c-4b58-905c-6199ee273183"
}
update: {
}
create: {
id: "587e17a2-260c-4b58-905c-6199ee273183"
title: "Post 09"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.384Z prisma:client Prisma Client call:
2022-09-05T09:28:48.384Z prisma:client prisma.post.upsert({
where: {
id: 'f8a0604d-4944-4b33-9061-8131efd2af51'
},
update: {},
create: {
id: 'f8a0604d-4944-4b33-9061-8131efd2af51',
title: 'Post 10',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.384Z prisma:client Generated request:
2022-09-05T09:28:48.384Z prisma:client mutation {
upsertOnePost(
where: {
id: "f8a0604d-4944-4b33-9061-8131efd2af51"
}
update: {
}
create: {
id: "f8a0604d-4944-4b33-9061-8131efd2af51"
title: "Post 10"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.384Z prisma:client Prisma Client call:
2022-09-05T09:28:48.384Z prisma:client prisma.post.upsert({
where: {
id: 'b1888739-1d77-41fb-87e3-55e7e379aca4'
},
update: {},
create: {
id: 'b1888739-1d77-41fb-87e3-55e7e379aca4',
title: 'Post 11',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.384Z prisma:client Generated request:
2022-09-05T09:28:48.384Z prisma:client mutation {
upsertOnePost(
where: {
id: "b1888739-1d77-41fb-87e3-55e7e379aca4"
}
update: {
}
create: {
id: "b1888739-1d77-41fb-87e3-55e7e379aca4"
title: "Post 11"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.384Z prisma:client Prisma Client call:
2022-09-05T09:28:48.384Z prisma:client prisma.post.upsert({
where: {
id: '0d3bdca4-4e92-420a-8b08-e9c211649e79'
},
update: {},
create: {
id: '0d3bdca4-4e92-420a-8b08-e9c211649e79',
title: 'Post 12',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.384Z prisma:client Generated request:
2022-09-05T09:28:48.384Z prisma:client mutation {
upsertOnePost(
where: {
id: "0d3bdca4-4e92-420a-8b08-e9c211649e79"
}
update: {
}
create: {
id: "0d3bdca4-4e92-420a-8b08-e9c211649e79"
title: "Post 12"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.384Z prisma:client Prisma Client call:
2022-09-05T09:28:48.385Z prisma:client prisma.post.upsert({
where: {
id: 'fb35aea4-d2b9-4bfb-b5c2-606b046472ce'
},
update: {},
create: {
id: 'fb35aea4-d2b9-4bfb-b5c2-606b046472ce',
title: 'Post 13',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.385Z prisma:client Generated request:
2022-09-05T09:28:48.385Z prisma:client mutation {
upsertOnePost(
where: {
id: "fb35aea4-d2b9-4bfb-b5c2-606b046472ce"
}
update: {
}
create: {
id: "fb35aea4-d2b9-4bfb-b5c2-606b046472ce"
title: "Post 13"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.385Z prisma:client Prisma Client call:
2022-09-05T09:28:48.385Z prisma:client prisma.post.upsert({
where: {
id: 'b1c1de66-3003-4a6f-9fc6-90412b06ab8b'
},
update: {},
create: {
id: 'b1c1de66-3003-4a6f-9fc6-90412b06ab8b',
title: 'Post 14',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.385Z prisma:client Generated request:
2022-09-05T09:28:48.385Z prisma:client mutation {
upsertOnePost(
where: {
id: "b1c1de66-3003-4a6f-9fc6-90412b06ab8b"
}
update: {
}
create: {
id: "b1c1de66-3003-4a6f-9fc6-90412b06ab8b"
title: "Post 14"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.385Z prisma:client Prisma Client call:
2022-09-05T09:28:48.385Z prisma:client prisma.post.upsert({
where: {
id: 'a9e17c00-71bc-4c58-88b6-f5a3e4a9a2dd'
},
update: {},
create: {
id: 'a9e17c00-71bc-4c58-88b6-f5a3e4a9a2dd',
title: 'Post 15',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.385Z prisma:client Generated request:
2022-09-05T09:28:48.385Z prisma:client mutation {
upsertOnePost(
where: {
id: "a9e17c00-71bc-4c58-88b6-f5a3e4a9a2dd"
}
update: {
}
create: {
id: "a9e17c00-71bc-4c58-88b6-f5a3e4a9a2dd"
title: "Post 15"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.385Z prisma:client Prisma Client call:
2022-09-05T09:28:48.385Z prisma:client prisma.post.upsert({
where: {
id: 'd083232b-a6d1-4244-be68-ad2e62751e2d'
},
update: {},
create: {
id: 'd083232b-a6d1-4244-be68-ad2e62751e2d',
title: 'Post 16',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.385Z prisma:client Generated request:
2022-09-05T09:28:48.385Z prisma:client mutation {
upsertOnePost(
where: {
id: "d083232b-a6d1-4244-be68-ad2e62751e2d"
}
update: {
}
create: {
id: "d083232b-a6d1-4244-be68-ad2e62751e2d"
title: "Post 16"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.385Z prisma:client Prisma Client call:
2022-09-05T09:28:48.385Z prisma:client prisma.post.upsert({
where: {
id: '3d9c26f8-bb53-4e6b-9c96-04083c9b23d7'
},
update: {},
create: {
id: '3d9c26f8-bb53-4e6b-9c96-04083c9b23d7',
title: 'Post 17',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.385Z prisma:client Generated request:
2022-09-05T09:28:48.385Z prisma:client mutation {
upsertOnePost(
where: {
id: "3d9c26f8-bb53-4e6b-9c96-04083c9b23d7"
}
update: {
}
create: {
id: "3d9c26f8-bb53-4e6b-9c96-04083c9b23d7"
title: "Post 17"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.385Z prisma:client Prisma Client call:
2022-09-05T09:28:48.385Z prisma:client prisma.post.upsert({
where: {
id: '748a2f6a-ff51-401e-8a92-f87e9e95f913'
},
update: {},
create: {
id: '748a2f6a-ff51-401e-8a92-f87e9e95f913',
title: 'Post 18',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.385Z prisma:client Generated request:
2022-09-05T09:28:48.385Z prisma:client mutation {
upsertOnePost(
where: {
id: "748a2f6a-ff51-401e-8a92-f87e9e95f913"
}
update: {
}
create: {
id: "748a2f6a-ff51-401e-8a92-f87e9e95f913"
title: "Post 18"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.385Z prisma:client Prisma Client call:
2022-09-05T09:28:48.386Z prisma:client prisma.post.upsert({
where: {
id: '2831b055-c031-4553-b2ba-de5c27acea5f'
},
update: {},
create: {
id: '2831b055-c031-4553-b2ba-de5c27acea5f',
title: 'Post 19',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.386Z prisma:client Generated request:
2022-09-05T09:28:48.386Z prisma:client mutation {
upsertOnePost(
where: {
id: "2831b055-c031-4553-b2ba-de5c27acea5f"
}
update: {
}
create: {
id: "2831b055-c031-4553-b2ba-de5c27acea5f"
title: "Post 19"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.386Z prisma:client Prisma Client call:
2022-09-05T09:28:48.386Z prisma:client prisma.post.upsert({
where: {
id: 'b3c1e0c0-3d6c-4707-bee9-e3cef8bc94b5'
},
update: {},
create: {
id: 'b3c1e0c0-3d6c-4707-bee9-e3cef8bc94b5',
title: 'Post 20',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.386Z prisma:client Generated request:
2022-09-05T09:28:48.386Z prisma:client mutation {
upsertOnePost(
where: {
id: "b3c1e0c0-3d6c-4707-bee9-e3cef8bc94b5"
}
update: {
}
create: {
id: "b3c1e0c0-3d6c-4707-bee9-e3cef8bc94b5"
title: "Post 20"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.386Z prisma:client Prisma Client call:
2022-09-05T09:28:48.386Z prisma:client prisma.post.upsert({
where: {
id: '87c89dba-0617-48c0-99c0-a4a2e05da8f4'
},
update: {},
create: {
id: '87c89dba-0617-48c0-99c0-a4a2e05da8f4',
title: 'Post 21',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.386Z prisma:client Generated request:
2022-09-05T09:28:48.386Z prisma:client mutation {
upsertOnePost(
where: {
id: "87c89dba-0617-48c0-99c0-a4a2e05da8f4"
}
update: {
}
create: {
id: "87c89dba-0617-48c0-99c0-a4a2e05da8f4"
title: "Post 21"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.386Z prisma:client Prisma Client call:
2022-09-05T09:28:48.386Z prisma:client prisma.post.upsert({
where: {
id: 'bde54d8e-2f58-4c5f-a4a9-cff6ffc5ff31'
},
update: {},
create: {
id: 'bde54d8e-2f58-4c5f-a4a9-cff6ffc5ff31',
title: 'Post 22',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.386Z prisma:client Generated request:
2022-09-05T09:28:48.386Z prisma:client mutation {
upsertOnePost(
where: {
id: "bde54d8e-2f58-4c5f-a4a9-cff6ffc5ff31"
}
update: {
}
create: {
id: "bde54d8e-2f58-4c5f-a4a9-cff6ffc5ff31"
title: "Post 22"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.386Z prisma:client Prisma Client call:
2022-09-05T09:28:48.386Z prisma:client prisma.post.upsert({
where: {
id: '449dfea1-f578-4f48-9fa8-2ee1b0d27d66'
},
update: {},
create: {
id: '449dfea1-f578-4f48-9fa8-2ee1b0d27d66',
title: 'Post 23',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.386Z prisma:client Generated request:
2022-09-05T09:28:48.386Z prisma:client mutation {
upsertOnePost(
where: {
id: "449dfea1-f578-4f48-9fa8-2ee1b0d27d66"
}
update: {
}
create: {
id: "449dfea1-f578-4f48-9fa8-2ee1b0d27d66"
title: "Post 23"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.386Z prisma:client Prisma Client call:
2022-09-05T09:28:48.386Z prisma:client prisma.post.upsert({
where: {
id: '385d2153-1ddc-4842-ad21-fb713808fde2'
},
update: {},
create: {
id: '385d2153-1ddc-4842-ad21-fb713808fde2',
title: 'Post 24',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.386Z prisma:client Generated request:
2022-09-05T09:28:48.386Z prisma:client mutation {
upsertOnePost(
where: {
id: "385d2153-1ddc-4842-ad21-fb713808fde2"
}
update: {
}
create: {
id: "385d2153-1ddc-4842-ad21-fb713808fde2"
title: "Post 24"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.386Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: '151b1273-a614-4713-b857-0df27cbfe1c1'
},
update: {},
create: {
id: '151b1273-a614-4713-b857-0df27cbfe1c1',
title: 'Post 25',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.387Z prisma:client Generated request:
2022-09-05T09:28:48.387Z prisma:client mutation {
upsertOnePost(
where: {
id: "151b1273-a614-4713-b857-0df27cbfe1c1"
}
update: {
}
create: {
id: "151b1273-a614-4713-b857-0df27cbfe1c1"
title: "Post 25"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.387Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: '493cd1f2-3ae5-447a-b6e8-f077d6ed59d4'
},
update: {},
create: {
id: '493cd1f2-3ae5-447a-b6e8-f077d6ed59d4',
title: 'Post 26',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.387Z prisma:client Generated request:
2022-09-05T09:28:48.387Z prisma:client mutation {
upsertOnePost(
where: {
id: "493cd1f2-3ae5-447a-b6e8-f077d6ed59d4"
}
update: {
}
create: {
id: "493cd1f2-3ae5-447a-b6e8-f077d6ed59d4"
title: "Post 26"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.387Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: '3a666072-c51b-4bbc-bab7-6da52af813ab'
},
update: {},
create: {
id: '3a666072-c51b-4bbc-bab7-6da52af813ab',
title: 'Post 27',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.387Z prisma:client Generated request:
2022-09-05T09:28:48.387Z prisma:client mutation {
upsertOnePost(
where: {
id: "3a666072-c51b-4bbc-bab7-6da52af813ab"
}
update: {
}
create: {
id: "3a666072-c51b-4bbc-bab7-6da52af813ab"
title: "Post 27"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.387Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: 'd4ac1a74-d21e-47f2-b2ef-5f47c6437ce5'
},
update: {},
create: {
id: 'd4ac1a74-d21e-47f2-b2ef-5f47c6437ce5',
title: 'Post 28',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.387Z prisma:client Generated request:
2022-09-05T09:28:48.387Z prisma:client mutation {
upsertOnePost(
where: {
id: "d4ac1a74-d21e-47f2-b2ef-5f47c6437ce5"
}
update: {
}
create: {
id: "d4ac1a74-d21e-47f2-b2ef-5f47c6437ce5"
title: "Post 28"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.387Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: '251b932a-d9f6-407e-9cea-9a77310a078d'
},
update: {},
create: {
id: '251b932a-d9f6-407e-9cea-9a77310a078d',
title: 'Post 29',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.387Z prisma:client Generated request:
2022-09-05T09:28:48.387Z prisma:client mutation {
upsertOnePost(
where: {
id: "251b932a-d9f6-407e-9cea-9a77310a078d"
}
update: {
}
create: {
id: "251b932a-d9f6-407e-9cea-9a77310a078d"
title: "Post 29"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.387Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: 'f11c4a66-4387-4a0e-a117-906acd8aca7f'
},
update: {},
create: {
id: 'f11c4a66-4387-4a0e-a117-906acd8aca7f',
title: 'Post 30',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.387Z prisma:client Generated request:
2022-09-05T09:28:48.387Z prisma:client mutation {
upsertOnePost(
where: {
id: "f11c4a66-4387-4a0e-a117-906acd8aca7f"
}
update: {
}
create: {
id: "f11c4a66-4387-4a0e-a117-906acd8aca7f"
title: "Post 30"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.387Z prisma:client Prisma Client call:
2022-09-05T09:28:48.387Z prisma:client prisma.post.upsert({
where: {
id: '13889bea-9a35-468c-aa6a-94f74d53f55f'
},
update: {},
create: {
id: '13889bea-9a35-468c-aa6a-94f74d53f55f',
title: 'Post 31',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "13889bea-9a35-468c-aa6a-94f74d53f55f"
}
update: {
}
create: {
id: "13889bea-9a35-468c-aa6a-94f74d53f55f"
title: "Post 31"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.388Z prisma:client Prisma Client call:
2022-09-05T09:28:48.388Z prisma:client prisma.post.upsert({
where: {
id: '09e80cbd-1e2e-4d9e-b45e-a4fde2c582e5'
},
update: {},
create: {
id: '09e80cbd-1e2e-4d9e-b45e-a4fde2c582e5',
title: 'Post 32',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "09e80cbd-1e2e-4d9e-b45e-a4fde2c582e5"
}
update: {
}
create: {
id: "09e80cbd-1e2e-4d9e-b45e-a4fde2c582e5"
title: "Post 32"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.388Z prisma:client Prisma Client call:
2022-09-05T09:28:48.388Z prisma:client prisma.post.upsert({
where: {
id: 'ef4b2b37-157e-4c49-9ab7-219ae2a68235'
},
update: {},
create: {
id: 'ef4b2b37-157e-4c49-9ab7-219ae2a68235',
title: 'Post 33',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "ef4b2b37-157e-4c49-9ab7-219ae2a68235"
}
update: {
}
create: {
id: "ef4b2b37-157e-4c49-9ab7-219ae2a68235"
title: "Post 33"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.388Z prisma:client Prisma Client call:
2022-09-05T09:28:48.388Z prisma:client prisma.post.upsert({
where: {
id: 'e336c3e9-53e3-4c1f-a06e-507c5033c37b'
},
update: {},
create: {
id: 'e336c3e9-53e3-4c1f-a06e-507c5033c37b',
title: 'Post 34',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "e336c3e9-53e3-4c1f-a06e-507c5033c37b"
}
update: {
}
create: {
id: "e336c3e9-53e3-4c1f-a06e-507c5033c37b"
title: "Post 34"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.388Z prisma:client Prisma Client call:
2022-09-05T09:28:48.388Z prisma:client prisma.post.upsert({
where: {
id: 'a65dce73-6e81-40b3-ba92-fe96d9b51bda'
},
update: {},
create: {
id: 'a65dce73-6e81-40b3-ba92-fe96d9b51bda',
title: 'Post 35',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "a65dce73-6e81-40b3-ba92-fe96d9b51bda"
}
update: {
}
create: {
id: "a65dce73-6e81-40b3-ba92-fe96d9b51bda"
title: "Post 35"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.388Z prisma:client Prisma Client call:
2022-09-05T09:28:48.388Z prisma:client prisma.post.upsert({
where: {
id: '2f27cb2c-68e0-49ec-b1af-13c241f74420'
},
update: {},
create: {
id: '2f27cb2c-68e0-49ec-b1af-13c241f74420',
title: 'Post 36',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "2f27cb2c-68e0-49ec-b1af-13c241f74420"
}
update: {
}
create: {
id: "2f27cb2c-68e0-49ec-b1af-13c241f74420"
title: "Post 36"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.388Z prisma:client Prisma Client call:
2022-09-05T09:28:48.388Z prisma:client prisma.post.upsert({
where: {
id: '53e49b85-e0ec-439c-9f74-a6c79a0749a1'
},
update: {},
create: {
id: '53e49b85-e0ec-439c-9f74-a6c79a0749a1',
title: 'Post 37',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.388Z prisma:client Generated request:
2022-09-05T09:28:48.388Z prisma:client mutation {
upsertOnePost(
where: {
id: "53e49b85-e0ec-439c-9f74-a6c79a0749a1"
}
update: {
}
create: {
id: "53e49b85-e0ec-439c-9f74-a6c79a0749a1"
title: "Post 37"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.389Z prisma:client Prisma Client call:
2022-09-05T09:28:48.389Z prisma:client prisma.post.upsert({
where: {
id: '9cf70984-9a82-4050-86c9-08d0504826f0'
},
update: {},
create: {
id: '9cf70984-9a82-4050-86c9-08d0504826f0',
title: 'Post 38',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.389Z prisma:client Generated request:
2022-09-05T09:28:48.389Z prisma:client mutation {
upsertOnePost(
where: {
id: "9cf70984-9a82-4050-86c9-08d0504826f0"
}
update: {
}
create: {
id: "9cf70984-9a82-4050-86c9-08d0504826f0"
title: "Post 38"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.389Z prisma:client Prisma Client call:
2022-09-05T09:28:48.389Z prisma:client prisma.post.upsert({
where: {
id: 'ee2f3def-b91d-47db-93ee-f606815ed106'
},
update: {},
create: {
id: 'ee2f3def-b91d-47db-93ee-f606815ed106',
title: 'Post 39',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.389Z prisma:client Generated request:
2022-09-05T09:28:48.389Z prisma:client mutation {
upsertOnePost(
where: {
id: "ee2f3def-b91d-47db-93ee-f606815ed106"
}
update: {
}
create: {
id: "ee2f3def-b91d-47db-93ee-f606815ed106"
title: "Post 39"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.389Z prisma:client Prisma Client call:
2022-09-05T09:28:48.389Z prisma:client prisma.post.upsert({
where: {
id: '4823de05-8fa3-4c17-86e2-fa4aca3eda2e'
},
update: {},
create: {
id: '4823de05-8fa3-4c17-86e2-fa4aca3eda2e',
title: 'Post 40',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.389Z prisma:client Generated request:
2022-09-05T09:28:48.389Z prisma:client mutation {
upsertOnePost(
where: {
id: "4823de05-8fa3-4c17-86e2-fa4aca3eda2e"
}
update: {
}
create: {
id: "4823de05-8fa3-4c17-86e2-fa4aca3eda2e"
title: "Post 40"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.389Z prisma:client Prisma Client call:
2022-09-05T09:28:48.389Z prisma:client prisma.post.upsert({
where: {
id: 'e498f041-a724-4718-bc6e-d2575e427cdf'
},
update: {},
create: {
id: 'e498f041-a724-4718-bc6e-d2575e427cdf',
title: 'Post 41',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.389Z prisma:client Generated request:
2022-09-05T09:28:48.389Z prisma:client mutation {
upsertOnePost(
where: {
id: "e498f041-a724-4718-bc6e-d2575e427cdf"
}
update: {
}
create: {
id: "e498f041-a724-4718-bc6e-d2575e427cdf"
title: "Post 41"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.389Z prisma:client Prisma Client call:
2022-09-05T09:28:48.389Z prisma:client prisma.post.upsert({
where: {
id: '2a144f5a-6127-4867-ba69-e9c83589395e'
},
update: {},
create: {
id: '2a144f5a-6127-4867-ba69-e9c83589395e',
title: 'Post 42',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.389Z prisma:client Generated request:
2022-09-05T09:28:48.389Z prisma:client mutation {
upsertOnePost(
where: {
id: "2a144f5a-6127-4867-ba69-e9c83589395e"
}
update: {
}
create: {
id: "2a144f5a-6127-4867-ba69-e9c83589395e"
title: "Post 42"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.389Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: 'c396ffbc-a005-4f5d-8a8b-74e89628ebfa'
},
update: {},
create: {
id: 'c396ffbc-a005-4f5d-8a8b-74e89628ebfa',
title: 'Post 43',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.390Z prisma:client mutation {
upsertOnePost(
where: {
id: "c396ffbc-a005-4f5d-8a8b-74e89628ebfa"
}
update: {
}
create: {
id: "c396ffbc-a005-4f5d-8a8b-74e89628ebfa"
title: "Post 43"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.390Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: '92e6a8f6-3404-4089-b83b-207fd841ce0f'
},
update: {},
create: {
id: '92e6a8f6-3404-4089-b83b-207fd841ce0f',
title: 'Post 44',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.390Z prisma:client mutation {
upsertOnePost(
where: {
id: "92e6a8f6-3404-4089-b83b-207fd841ce0f"
}
update: {
}
create: {
id: "92e6a8f6-3404-4089-b83b-207fd841ce0f"
title: "Post 44"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.390Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: 'da47dd28-cafa-4423-a154-ca861b90f1dc'
},
update: {},
create: {
id: 'da47dd28-cafa-4423-a154-ca861b90f1dc',
title: 'Post 45',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.390Z prisma:client mutation {
upsertOnePost(
where: {
id: "da47dd28-cafa-4423-a154-ca861b90f1dc"
}
update: {
}
create: {
id: "da47dd28-cafa-4423-a154-ca861b90f1dc"
title: "Post 45"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.390Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: '111d6aa5-9090-42cc-81c7-6b5da5f83435'
},
update: {},
create: {
id: '111d6aa5-9090-42cc-81c7-6b5da5f83435',
title: 'Post 46',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.390Z prisma:client mutation {
upsertOnePost(
where: {
id: "111d6aa5-9090-42cc-81c7-6b5da5f83435"
}
update: {
}
create: {
id: "111d6aa5-9090-42cc-81c7-6b5da5f83435"
title: "Post 46"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.390Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: 'd2a8c4f2-e3ed-4597-a30e-13dd25f32740'
},
update: {},
create: {
id: 'd2a8c4f2-e3ed-4597-a30e-13dd25f32740',
title: 'Post 47',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.390Z prisma:client mutation {
upsertOnePost(
where: {
id: "d2a8c4f2-e3ed-4597-a30e-13dd25f32740"
}
update: {
}
create: {
id: "d2a8c4f2-e3ed-4597-a30e-13dd25f32740"
title: "Post 47"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.390Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: '8faab230-aee3-406d-b6e5-398da21a0005'
},
update: {},
create: {
id: '8faab230-aee3-406d-b6e5-398da21a0005',
title: 'Post 48',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.390Z prisma:client mutation {
upsertOnePost(
where: {
id: "8faab230-aee3-406d-b6e5-398da21a0005"
}
update: {
}
create: {
id: "8faab230-aee3-406d-b6e5-398da21a0005"
title: "Post 48"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.390Z prisma:client Prisma Client call:
2022-09-05T09:28:48.390Z prisma:client prisma.post.upsert({
where: {
id: 'df1827d2-9cba-4f04-a897-e206d1ac1d91'
},
update: {},
create: {
id: 'df1827d2-9cba-4f04-a897-e206d1ac1d91',
title: 'Post 49',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.390Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "df1827d2-9cba-4f04-a897-e206d1ac1d91"
}
update: {
}
create: {
id: "df1827d2-9cba-4f04-a897-e206d1ac1d91"
title: "Post 49"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.391Z prisma:client prisma.post.upsert({
where: {
id: 'd366c365-de32-497d-927f-446ed5a7095b'
},
update: {},
create: {
id: 'd366c365-de32-497d-927f-446ed5a7095b',
title: 'Post 50',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.391Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "d366c365-de32-497d-927f-446ed5a7095b"
}
update: {
}
create: {
id: "d366c365-de32-497d-927f-446ed5a7095b"
title: "Post 50"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.391Z prisma:client prisma.post.upsert({
where: {
id: '6420df3c-af19-4c17-9239-52a1ea18e3e3'
},
update: {},
create: {
id: '6420df3c-af19-4c17-9239-52a1ea18e3e3',
title: 'Post 51',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.391Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "6420df3c-af19-4c17-9239-52a1ea18e3e3"
}
update: {
}
create: {
id: "6420df3c-af19-4c17-9239-52a1ea18e3e3"
title: "Post 51"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.391Z prisma:client prisma.post.upsert({
where: {
id: 'd966cc32-2a85-48ce-a81f-b0fcdfac0499'
},
update: {},
create: {
id: 'd966cc32-2a85-48ce-a81f-b0fcdfac0499',
title: 'Post 52',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.391Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "d966cc32-2a85-48ce-a81f-b0fcdfac0499"
}
update: {
}
create: {
id: "d966cc32-2a85-48ce-a81f-b0fcdfac0499"
title: "Post 52"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.391Z prisma:client prisma.post.upsert({
where: {
id: '470fb95b-2fe3-4700-a6fb-073e34a54f43'
},
update: {},
create: {
id: '470fb95b-2fe3-4700-a6fb-073e34a54f43',
title: 'Post 53',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.391Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "470fb95b-2fe3-4700-a6fb-073e34a54f43"
}
update: {
}
create: {
id: "470fb95b-2fe3-4700-a6fb-073e34a54f43"
title: "Post 53"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.391Z prisma:client prisma.post.upsert({
where: {
id: '20a224f4-c0e4-41f5-9bea-6f8ba54e98da'
},
update: {},
create: {
id: '20a224f4-c0e4-41f5-9bea-6f8ba54e98da',
title: 'Post 54',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.391Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "20a224f4-c0e4-41f5-9bea-6f8ba54e98da"
}
update: {
}
create: {
id: "20a224f4-c0e4-41f5-9bea-6f8ba54e98da"
title: "Post 54"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.391Z prisma:client prisma.post.upsert({
where: {
id: 'f8541452-b040-4e43-b37a-adeed8851acb'
},
update: {},
create: {
id: 'f8541452-b040-4e43-b37a-adeed8851acb',
title: 'Post 55',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.391Z prisma:client Generated request:
2022-09-05T09:28:48.391Z prisma:client mutation {
upsertOnePost(
where: {
id: "f8541452-b040-4e43-b37a-adeed8851acb"
}
update: {
}
create: {
id: "f8541452-b040-4e43-b37a-adeed8851acb"
title: "Post 55"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.391Z prisma:client Prisma Client call:
2022-09-05T09:28:48.392Z prisma:client prisma.post.upsert({
where: {
id: 'bd60ba20-6ad7-4da4-a36d-0bbc5110f136'
},
update: {},
create: {
id: 'bd60ba20-6ad7-4da4-a36d-0bbc5110f136',
title: 'Post 56',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.392Z prisma:client Generated request:
2022-09-05T09:28:48.392Z prisma:client mutation {
upsertOnePost(
where: {
id: "bd60ba20-6ad7-4da4-a36d-0bbc5110f136"
}
update: {
}
create: {
id: "bd60ba20-6ad7-4da4-a36d-0bbc5110f136"
title: "Post 56"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.392Z prisma:client Prisma Client call:
2022-09-05T09:28:48.392Z prisma:client prisma.post.upsert({
where: {
id: '89a49885-0e62-4c32-abc8-fe20735b0b6f'
},
update: {},
create: {
id: '89a49885-0e62-4c32-abc8-fe20735b0b6f',
title: 'Post 57',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.392Z prisma:client Generated request:
2022-09-05T09:28:48.392Z prisma:client mutation {
upsertOnePost(
where: {
id: "89a49885-0e62-4c32-abc8-fe20735b0b6f"
}
update: {
}
create: {
id: "89a49885-0e62-4c32-abc8-fe20735b0b6f"
title: "Post 57"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.392Z prisma:client Prisma Client call:
2022-09-05T09:28:48.392Z prisma:client prisma.post.upsert({
where: {
id: '1fefea24-5305-4eaa-b19e-c37fc20e79aa'
},
update: {},
create: {
id: '1fefea24-5305-4eaa-b19e-c37fc20e79aa',
title: 'Post 58',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.392Z prisma:client Generated request:
2022-09-05T09:28:48.392Z prisma:client mutation {
upsertOnePost(
where: {
id: "1fefea24-5305-4eaa-b19e-c37fc20e79aa"
}
update: {
}
create: {
id: "1fefea24-5305-4eaa-b19e-c37fc20e79aa"
title: "Post 58"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.392Z prisma:client Prisma Client call:
2022-09-05T09:28:48.392Z prisma:client prisma.post.upsert({
where: {
id: '130419df-30d6-4689-8d73-2060f3f563c7'
},
update: {},
create: {
id: '130419df-30d6-4689-8d73-2060f3f563c7',
title: 'Post 59',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.392Z prisma:client Generated request:
2022-09-05T09:28:48.392Z prisma:client mutation {
upsertOnePost(
where: {
id: "130419df-30d6-4689-8d73-2060f3f563c7"
}
update: {
}
create: {
id: "130419df-30d6-4689-8d73-2060f3f563c7"
title: "Post 59"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.392Z prisma:client Prisma Client call:
2022-09-05T09:28:48.392Z prisma:client prisma.post.upsert({
where: {
id: '7413b372-2e48-40b4-9015-5027ea26cb04'
},
update: {},
create: {
id: '7413b372-2e48-40b4-9015-5027ea26cb04',
title: 'Post 60',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.392Z prisma:client Generated request:
2022-09-05T09:28:48.392Z prisma:client mutation {
upsertOnePost(
where: {
id: "7413b372-2e48-40b4-9015-5027ea26cb04"
}
update: {
}
create: {
id: "7413b372-2e48-40b4-9015-5027ea26cb04"
title: "Post 60"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.392Z prisma:client Prisma Client call:
2022-09-05T09:28:48.392Z prisma:client prisma.post.upsert({
where: {
id: 'ce88bf3a-0353-49ea-b7e4-41d1ff38857c'
},
update: {},
create: {
id: 'ce88bf3a-0353-49ea-b7e4-41d1ff38857c',
title: 'Post 61',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.392Z prisma:client Generated request:
2022-09-05T09:28:48.392Z prisma:client mutation {
upsertOnePost(
where: {
id: "ce88bf3a-0353-49ea-b7e4-41d1ff38857c"
}
update: {
}
create: {
id: "ce88bf3a-0353-49ea-b7e4-41d1ff38857c"
title: "Post 61"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.392Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: 'ab4d3ff6-340f-4ddf-ad89-4033743604b4'
},
update: {},
create: {
id: 'ab4d3ff6-340f-4ddf-ad89-4033743604b4',
title: 'Post 62',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "ab4d3ff6-340f-4ddf-ad89-4033743604b4"
}
update: {
}
create: {
id: "ab4d3ff6-340f-4ddf-ad89-4033743604b4"
title: "Post 62"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.393Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: 'f4b69b6b-a483-4d62-a30a-5dc1ff4edb05'
},
update: {},
create: {
id: 'f4b69b6b-a483-4d62-a30a-5dc1ff4edb05',
title: 'Post 63',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "f4b69b6b-a483-4d62-a30a-5dc1ff4edb05"
}
update: {
}
create: {
id: "f4b69b6b-a483-4d62-a30a-5dc1ff4edb05"
title: "Post 63"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.393Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: '4fded60f-2505-4e5c-9f48-42e0b7c9149b'
},
update: {},
create: {
id: '4fded60f-2505-4e5c-9f48-42e0b7c9149b',
title: 'Post 64',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "4fded60f-2505-4e5c-9f48-42e0b7c9149b"
}
update: {
}
create: {
id: "4fded60f-2505-4e5c-9f48-42e0b7c9149b"
title: "Post 64"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.393Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: 'eee42522-977a-455a-8bd1-d3ebb65c3262'
},
update: {},
create: {
id: 'eee42522-977a-455a-8bd1-d3ebb65c3262',
title: 'Post 65',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "eee42522-977a-455a-8bd1-d3ebb65c3262"
}
update: {
}
create: {
id: "eee42522-977a-455a-8bd1-d3ebb65c3262"
title: "Post 65"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.393Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: '1a32201a-a465-4147-a170-df6a8dd42e8a'
},
update: {},
create: {
id: '1a32201a-a465-4147-a170-df6a8dd42e8a',
title: 'Post 66',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "1a32201a-a465-4147-a170-df6a8dd42e8a"
}
update: {
}
create: {
id: "1a32201a-a465-4147-a170-df6a8dd42e8a"
title: "Post 66"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.393Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: '918d5d9d-4e9a-466c-9e21-b90f28392f5d'
},
update: {},
create: {
id: '918d5d9d-4e9a-466c-9e21-b90f28392f5d',
title: 'Post 67',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "918d5d9d-4e9a-466c-9e21-b90f28392f5d"
}
update: {
}
create: {
id: "918d5d9d-4e9a-466c-9e21-b90f28392f5d"
title: "Post 67"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.393Z prisma:client Prisma Client call:
2022-09-05T09:28:48.393Z prisma:client prisma.post.upsert({
where: {
id: '8e2fa002-71df-4b32-ba43-6ce6e32e848f'
},
update: {},
create: {
id: '8e2fa002-71df-4b32-ba43-6ce6e32e848f',
title: 'Post 68',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.393Z prisma:client Generated request:
2022-09-05T09:28:48.393Z prisma:client mutation {
upsertOnePost(
where: {
id: "8e2fa002-71df-4b32-ba43-6ce6e32e848f"
}
update: {
}
create: {
id: "8e2fa002-71df-4b32-ba43-6ce6e32e848f"
title: "Post 68"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.394Z prisma:client prisma.post.upsert({
where: {
id: 'e130f464-1c6e-4f9b-8864-b2807187e52f'
},
update: {},
create: {
id: 'e130f464-1c6e-4f9b-8864-b2807187e52f',
title: 'Post 69',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.394Z prisma:client Generated request:
2022-09-05T09:28:48.394Z prisma:client mutation {
upsertOnePost(
where: {
id: "e130f464-1c6e-4f9b-8864-b2807187e52f"
}
update: {
}
create: {
id: "e130f464-1c6e-4f9b-8864-b2807187e52f"
title: "Post 69"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.394Z prisma:client prisma.post.upsert({
where: {
id: 'a921e2cc-a772-456a-94dc-d70a310b1afe'
},
update: {},
create: {
id: 'a921e2cc-a772-456a-94dc-d70a310b1afe',
title: 'Post 70',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.394Z prisma:client Generated request:
2022-09-05T09:28:48.394Z prisma:client mutation {
upsertOnePost(
where: {
id: "a921e2cc-a772-456a-94dc-d70a310b1afe"
}
update: {
}
create: {
id: "a921e2cc-a772-456a-94dc-d70a310b1afe"
title: "Post 70"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.394Z prisma:client prisma.post.upsert({
where: {
id: '2937b2ae-c52e-4489-b77f-256c7a22b9f9'
},
update: {},
create: {
id: '2937b2ae-c52e-4489-b77f-256c7a22b9f9',
title: 'Post 71',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.394Z prisma:client Generated request:
2022-09-05T09:28:48.394Z prisma:client mutation {
upsertOnePost(
where: {
id: "2937b2ae-c52e-4489-b77f-256c7a22b9f9"
}
update: {
}
create: {
id: "2937b2ae-c52e-4489-b77f-256c7a22b9f9"
title: "Post 71"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.394Z prisma:client prisma.post.upsert({
where: {
id: '3264a13e-8880-4ae3-b342-7a8c55195a6a'
},
update: {},
create: {
id: '3264a13e-8880-4ae3-b342-7a8c55195a6a',
title: 'Post 72',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.394Z prisma:client Generated request:
2022-09-05T09:28:48.394Z prisma:client mutation {
upsertOnePost(
where: {
id: "3264a13e-8880-4ae3-b342-7a8c55195a6a"
}
update: {
}
create: {
id: "3264a13e-8880-4ae3-b342-7a8c55195a6a"
title: "Post 72"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.394Z prisma:client prisma.post.upsert({
where: {
id: '0fb03d46-6d09-40f9-b2a2-3fd9b47c57e8'
},
update: {},
create: {
id: '0fb03d46-6d09-40f9-b2a2-3fd9b47c57e8',
title: 'Post 73',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.394Z prisma:client Generated request:
2022-09-05T09:28:48.394Z prisma:client mutation {
upsertOnePost(
where: {
id: "0fb03d46-6d09-40f9-b2a2-3fd9b47c57e8"
}
update: {
}
create: {
id: "0fb03d46-6d09-40f9-b2a2-3fd9b47c57e8"
title: "Post 73"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.394Z prisma:client prisma.post.upsert({
where: {
id: '7b693c7a-6cba-499a-91e2-2be0d861be9b'
},
update: {},
create: {
id: '7b693c7a-6cba-499a-91e2-2be0d861be9b',
title: 'Post 74',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.394Z prisma:client Generated request:
2022-09-05T09:28:48.394Z prisma:client mutation {
upsertOnePost(
where: {
id: "7b693c7a-6cba-499a-91e2-2be0d861be9b"
}
update: {
}
create: {
id: "7b693c7a-6cba-499a-91e2-2be0d861be9b"
title: "Post 74"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.394Z prisma:client Prisma Client call:
2022-09-05T09:28:48.395Z prisma:client prisma.post.upsert({
where: {
id: '3b0e0101-1951-489a-ad4a-46a52f2d2437'
},
update: {},
create: {
id: '3b0e0101-1951-489a-ad4a-46a52f2d2437',
title: 'Post 75',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.395Z prisma:client Generated request:
2022-09-05T09:28:48.395Z prisma:client mutation {
upsertOnePost(
where: {
id: "3b0e0101-1951-489a-ad4a-46a52f2d2437"
}
update: {
}
create: {
id: "3b0e0101-1951-489a-ad4a-46a52f2d2437"
title: "Post 75"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.395Z prisma:client Prisma Client call:
2022-09-05T09:28:48.395Z prisma:client prisma.post.upsert({
where: {
id: 'c39c9926-00a2-4013-89e6-5536a22b3f58'
},
update: {},
create: {
id: 'c39c9926-00a2-4013-89e6-5536a22b3f58',
title: 'Post 76',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.395Z prisma:client Generated request:
2022-09-05T09:28:48.395Z prisma:client mutation {
upsertOnePost(
where: {
id: "c39c9926-00a2-4013-89e6-5536a22b3f58"
}
update: {
}
create: {
id: "c39c9926-00a2-4013-89e6-5536a22b3f58"
title: "Post 76"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.395Z prisma:client Prisma Client call:
2022-09-05T09:28:48.395Z prisma:client prisma.post.upsert({
where: {
id: '34485f4d-c726-4ac2-b6dc-5065378ce49c'
},
update: {},
create: {
id: '34485f4d-c726-4ac2-b6dc-5065378ce49c',
title: 'Post 77',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.395Z prisma:client Generated request:
2022-09-05T09:28:48.395Z prisma:client mutation {
upsertOnePost(
where: {
id: "34485f4d-c726-4ac2-b6dc-5065378ce49c"
}
update: {
}
create: {
id: "34485f4d-c726-4ac2-b6dc-5065378ce49c"
title: "Post 77"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.395Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: '157cae8e-9ab1-4464-8619-84d26d9d997a'
},
update: {},
create: {
id: '157cae8e-9ab1-4464-8619-84d26d9d997a',
title: 'Post 78',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "157cae8e-9ab1-4464-8619-84d26d9d997a"
}
update: {
}
create: {
id: "157cae8e-9ab1-4464-8619-84d26d9d997a"
title: "Post 78"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.396Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: 'a7136c43-d71b-42ca-b785-5acf0edd05f9'
},
update: {},
create: {
id: 'a7136c43-d71b-42ca-b785-5acf0edd05f9',
title: 'Post 79',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "a7136c43-d71b-42ca-b785-5acf0edd05f9"
}
update: {
}
create: {
id: "a7136c43-d71b-42ca-b785-5acf0edd05f9"
title: "Post 79"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.396Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: '63f57852-a849-4053-9226-99b4650130a9'
},
update: {},
create: {
id: '63f57852-a849-4053-9226-99b4650130a9',
title: 'Post 80',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "63f57852-a849-4053-9226-99b4650130a9"
}
update: {
}
create: {
id: "63f57852-a849-4053-9226-99b4650130a9"
title: "Post 80"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.396Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: '2f9e2576-c08b-4360-9bc2-e0ad8710b6e8'
},
update: {},
create: {
id: '2f9e2576-c08b-4360-9bc2-e0ad8710b6e8',
title: 'Post 81',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "2f9e2576-c08b-4360-9bc2-e0ad8710b6e8"
}
update: {
}
create: {
id: "2f9e2576-c08b-4360-9bc2-e0ad8710b6e8"
title: "Post 81"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.396Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: '06dd067a-1ddb-41f7-872d-e4dd425521cf'
},
update: {},
create: {
id: '06dd067a-1ddb-41f7-872d-e4dd425521cf',
title: 'Post 82',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "06dd067a-1ddb-41f7-872d-e4dd425521cf"
}
update: {
}
create: {
id: "06dd067a-1ddb-41f7-872d-e4dd425521cf"
title: "Post 82"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.396Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: 'cad984b4-0697-4e81-8445-f7a249890dc1'
},
update: {},
create: {
id: 'cad984b4-0697-4e81-8445-f7a249890dc1',
title: 'Post 83',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'ES',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "cad984b4-0697-4e81-8445-f7a249890dc1"
}
update: {
}
create: {
id: "cad984b4-0697-4e81-8445-f7a249890dc1"
title: "Post 83"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "ES"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.396Z prisma:client Prisma Client call:
2022-09-05T09:28:48.396Z prisma:client prisma.post.upsert({
where: {
id: '5932dfb0-dacb-4eb7-a32c-131b4cd888af'
},
update: {},
create: {
id: '5932dfb0-dacb-4eb7-a32c-131b4cd888af',
title: 'Post 84',
userId: '13bba9bb-cedf-4b69-b34a-b88350ef679c',
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
},
create: {
name: 'EN',
type: 'LANGUAGE',
userId: 'ce63f746-1535-45e5-92d6-1d8cf7f8a7d0'
}
}
}
}
}
}
})
2022-09-05T09:28:48.396Z prisma:client Generated request:
2022-09-05T09:28:48.396Z prisma:client mutation {
upsertOnePost(
where: {
id: "5932dfb0-dacb-4eb7-a32c-131b4cd888af"
}
update: {
}
create: {
id: "5932dfb0-dacb-4eb7-a32c-131b4cd888af"
title: "Post 84"
userId: "13bba9bb-cedf-4b69-b34a-b88350ef679c"
tags: {
create: {
tag: {
connectOrCreate: {
where: {
name_type_userId: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
create: {
name: "EN"
type: LANGUAGE
userId: "ce63f746-1535-45e5-92d6-1d8cf7f8a7d0"
}
}
}
}
}
}
) {
id
title
userId
}
}
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.397Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.398Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.399Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.400Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.401Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine sending request, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library starting
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
2022-09-05T09:28:48.402Z prisma:client:libraryEngine library already starting, this.libraryStarted: false
prisma:info Starting a postgresql pool with 33 connections.
2022-09-05T09:28:48.419Z prisma:client:libraryEngine library started
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.423Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 7) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
PrismaClientKnownRequestError:
Invalid `promises.push(prisma.post.upsert()` invocation in
/prisma_playground/index.ts:32:37
29 lang: string;
30 content: string;
31 }) => {
→ 32 promises.push(prisma.post.upsert(
Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at RequestHandler.handleRequestError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29909:13)
at RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29892:12)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 7) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.437Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 2) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
2022-09-05T09:28:48.450Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 31) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.451Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 3) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
2022-09-05T09:28:48.467Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 5) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.467Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 6) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.468Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 1) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
2022-09-05T09:28:48.480Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 8) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.481Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 9) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.482Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 34) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.482Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 4) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.498Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 10) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.498Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 12) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.499Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 13) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.499Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 17) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.500Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 0) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.514Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 11) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.514Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 14) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.515Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 23) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.515Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 26) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.516Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 29) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.516Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 30) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
2022-09-05T09:28:48.527Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 16) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.528Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 18) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.528Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 19) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.529Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 20) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.529Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 24) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.529Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 25) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.530Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 27) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
2022-09-05T09:28:48.543Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 33) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.544Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 35) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.544Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 36) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.544Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 37) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.545Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 39) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.545Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 42) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.545Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 61) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.546Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 15) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.558Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 21) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.559Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 22) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.559Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 28) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.559Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 32) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.560Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 38) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.560Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 40) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.560Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 41) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.561Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 44) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.561Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 51) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
2022-09-05T09:28:48.575Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 45) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.575Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 46) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.576Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 48) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.576Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 49) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.576Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 55) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.577Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 57) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.577Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 63) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.577Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 66) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.578Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 78) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.578Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 43) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
2022-09-05T09:28:48.590Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 47) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.590Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 52) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.590Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 53) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.591Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 54) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.591Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 59) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.591Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 60) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.592Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 62) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.592Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 64) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.592Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 65) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.593Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 74) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.593Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 80) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query ROLLBACK
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.604Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 50) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.604Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 56) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.605Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 58) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.605Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 67) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.606Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 68) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.606Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 69) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.606Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 72) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.607Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 73) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.607Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 75) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.607Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 76) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.608Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 79) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.608Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 81) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query BEGIN
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query SELECT "public"."Post"."id" FROM "public"."Post" WHERE "public"."Post"."id" = $1 OFFSET $2 /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
prisma:query ROLLBACK
prisma:query ROLLBACK
2022-09-05T09:28:48.621Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 70) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.621Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 71) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.622Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 77) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.622Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 82) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
2022-09-05T09:28:48.623Z prisma:client:request_handler PrismaClientKnownRequestError: Foreign key constraint failed on the field: `Post_userId_fkey (index)`
at prismaGraphQLToJSError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:20426:12)
at LibraryEngine.buildQueryError (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26363:12)
at LibraryEngine.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:26297:22)
at async RequestHandler.request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:29873:24)
at async PrismaClient._request (/prisma_playground/node_modules/@prisma/client/runtime/index.js:30864:16)
at async Promise.all (index 83) {
code: 'P2003',
clientVersion: '4.3.1',
meta: { field_name: 'Post_userId_fkey (index)' }
}
prisma:query INSERT INTO "public"."Post" ("id","title","userId") VALUES ($1,$2,$3) RETURNING "public"."Post"."id" /* traceparent=00-00-00-00 */
prisma:query ROLLBACK
2022-09-05T09:28:48.627Z prisma:client:libraryEngine library stopping
2022-09-05T09:28:48.628Z prisma:client:libraryEngine library stopped
2022-09-05T09:28:48.628Z prisma:client:libraryEngine:exitHooks exit event received: exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment