Skip to content

Commit

Permalink
feat(deps)!: update prisma to 2.19.x (#1062)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
lvauvillier and renovate-bot authored Mar 19, 2021
1 parent 7bdaebb commit fce0ffb
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 150 deletions.
6 changes: 3 additions & 3 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"data:inject": "ts-node prisma/fake-data.ts"
},
"dependencies": {
"@prisma/client": "2.18.0",
"@prisma/client": "2.19.0",
"graphql": "^15.4.0",
"graphql-yoga": "^1.18.2",
"nexus": "^1.0.0",
"nexus-plugin-prisma": "^0.31.0"
"nexus-plugin-prisma": "^0.32.0"
},
"devDependencies": {
"@types/faker": "^5.1.5",
"@types/ws": "^7.4.0",
"faker": "^5.1.0",
"prettier": "^2.2.1",
"prisma": "^2.18.0",
"prisma": "^2.19.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
Expand Down
44 changes: 22 additions & 22 deletions examples/blog/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# yarn lockfile v1


"@prisma/client@2.18.0":
version "2.18.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.18.0.tgz#bff0a206f3caf7525583c703146f835dee0b5ad6"
integrity sha512-tRu0bdYNKIdWnFIbtgUmZyPgtDLV3AgwO8NYXirlbSn5poygbSaV87UfOBh1NmrvjS9EBP5dQv+bs62sVB84hA==
"@prisma/client@2.19.0":
version "2.19.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.19.0.tgz#a45f17a59fd109e95b61bf4b56d4a7642169ec0e"
integrity sha512-QK4M8TjJh1QesyO9aLM7DeAQUi5+UnNHpEAm5kwqBO1cq/4Ag5yU9ladctJFJleEE5BLewXHwV2t9A+VfCZslg==
dependencies:
"@prisma/engines-version" "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
"@prisma/engines-version" "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"

"@prisma/engines-version@2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1":
version "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1.tgz#c595c9d85ab2c67b67d0eb7bfbb0a3b05b41fdbe"
integrity sha512-+Eljsb1XItfq9B6vRTA1Oe4CQOGAxbsjtPAIORZwaU4Gt9RybnXapFlrQ8Mac89PXeSgcO4RnPSLEYhcd3kSVg==
"@prisma/engines-version@2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d":
version "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d.tgz#a7f80d481ec6cb8e2975ab530664d4ca5fc9eba6"
integrity sha512-NzhbwC4iMbRQwJxdhNQX6eaVcOuNGtHRk6aesWE4KMf/YmlW5kfi3HDy7WZ/C4P0Iyn9oURDuk+xZV6QDUVjTw==

"@prisma/engines@2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1":
version "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1.tgz#647a7e2735b08fe28425be135120bb54ea408256"
integrity sha512-Q5q5mQePRFSSGbd/14Ogq1RNkebbbwskiTbWsvrSq14t9Us0rC9Xsecd4mr4rEAy8Yd6sXEJW4czZ/88DGzz2w==
"@prisma/engines@2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d":
version "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d.tgz#db2809a6f7f18584e3ca89b1f5bad884155629ec"
integrity sha512-rEWpaG7wZvPuWJC5SwkBB/Iwue//oC5yv58Mse7r+ibtgkA7vGdWc1bFDQ32DT9tDL5WSC6bBwqEASGV/1Gm1Q==

"@types/aws-lambda@8.10.13":
version "8.10.13"
Expand Down Expand Up @@ -1048,10 +1048,10 @@ negotiator@0.6.2:
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==

nexus-plugin-prisma@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/nexus-plugin-prisma/-/nexus-plugin-prisma-0.31.0.tgz#f9ca88b393848a545d22e50c41716f242da60ff2"
integrity sha512-zo4fr/DE6oi5cmZk80csd9svAIVixgY9BB9xZVVTxg4jootOQSOXGn3OP8A6dGQj6/nzlakB72CAiUeRgDmzHQ==
nexus-plugin-prisma@^0.32.0:
version "0.32.0"
resolved "https://registry.yarnpkg.com/nexus-plugin-prisma/-/nexus-plugin-prisma-0.32.0.tgz#54435e8f11b22bd7959f8446b998135db416c249"
integrity sha512-rAdDk53Y3FRvVkUDma9BbhSzPCxRydSC9IDIzFL/GF8eYssqNz6yqHrj47PArwOHT9wy7pGYWW/8gUSL4v9DmQ==
dependencies:
camelcase "^6.2.0"
endent "^2.0.1"
Expand Down Expand Up @@ -1187,12 +1187,12 @@ prettier@^2.2.1:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==

prisma@^2.18.0:
version "2.18.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-2.18.0.tgz#b19a2d4a487b8b62759777be55506567af41f6ae"
integrity sha512-03po/kFW3/oGHtnANgZiKYz22KEx6NpdaIP2r4eievmVam9f2+0PdP4x/KSFdMCT6B6VHh+3ILTi2z3bYosCgA==
prisma@^2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-2.19.0.tgz#2c14f9cbbfb0ab69c8a9473e16736759713d29ad"
integrity sha512-iartCNVrtR4XT20ABN3zrSi3R/pCBe75Y0ZH8681QIGm8qjRQzf3DnbscPZgZ9iY4KFuVxL8ZrBQVDmRhpN0EQ==
dependencies:
"@prisma/engines" "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
"@prisma/engines" "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"

proxy-addr@~2.0.5:
version "2.0.6"
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"nexus:reflect": "NEXUS_SHOULD_EXIT_AFTER_GENERATE_ARTIFACTS=true ts-node --transpile-only api"
},
"dependencies": {
"@prisma/client": "^2.18.0",
"@prisma/client": "^2.19.0",
"apollo-server-express": "^2.19.1",
"express": "^4.17.1",
"graphql": "^15.4.0",
"graphql-scalars": "^1.7.0",
"nexus": "^1.0.0",
"nexus-plugin-prisma": "^0.31.0"
"nexus-plugin-prisma": "^0.32.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"prisma": "^2.18.0",
"prisma": "^2.19.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
Expand Down
44 changes: 22 additions & 22 deletions examples/hello-world/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
dependencies:
xss "^1.0.6"

"@prisma/client@^2.18.0":
version "2.18.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.18.0.tgz#bff0a206f3caf7525583c703146f835dee0b5ad6"
integrity sha512-tRu0bdYNKIdWnFIbtgUmZyPgtDLV3AgwO8NYXirlbSn5poygbSaV87UfOBh1NmrvjS9EBP5dQv+bs62sVB84hA==
"@prisma/client@^2.19.0":
version "2.19.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-2.19.0.tgz#a45f17a59fd109e95b61bf4b56d4a7642169ec0e"
integrity sha512-QK4M8TjJh1QesyO9aLM7DeAQUi5+UnNHpEAm5kwqBO1cq/4Ag5yU9ladctJFJleEE5BLewXHwV2t9A+VfCZslg==
dependencies:
"@prisma/engines-version" "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
"@prisma/engines-version" "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"

"@prisma/engines-version@2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1":
version "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1.tgz#c595c9d85ab2c67b67d0eb7bfbb0a3b05b41fdbe"
integrity sha512-+Eljsb1XItfq9B6vRTA1Oe4CQOGAxbsjtPAIORZwaU4Gt9RybnXapFlrQ8Mac89PXeSgcO4RnPSLEYhcd3kSVg==
"@prisma/engines-version@2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d":
version "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d.tgz#a7f80d481ec6cb8e2975ab530664d4ca5fc9eba6"
integrity sha512-NzhbwC4iMbRQwJxdhNQX6eaVcOuNGtHRk6aesWE4KMf/YmlW5kfi3HDy7WZ/C4P0Iyn9oURDuk+xZV6QDUVjTw==

"@prisma/engines@2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1":
version "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1.tgz#647a7e2735b08fe28425be135120bb54ea408256"
integrity sha512-Q5q5mQePRFSSGbd/14Ogq1RNkebbbwskiTbWsvrSq14t9Us0rC9Xsecd4mr4rEAy8Yd6sXEJW4czZ/88DGzz2w==
"@prisma/engines@2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d":
version "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"
resolved "https://registry.yarnpkg.com/@prisma/engines/-/engines-2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d.tgz#db2809a6f7f18584e3ca89b1f5bad884155629ec"
integrity sha512-rEWpaG7wZvPuWJC5SwkBB/Iwue//oC5yv58Mse7r+ibtgkA7vGdWc1bFDQ32DT9tDL5WSC6bBwqEASGV/1Gm1Q==

"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
version "1.1.2"
Expand Down Expand Up @@ -1361,10 +1361,10 @@ negotiator@0.6.2:
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==

nexus-plugin-prisma@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/nexus-plugin-prisma/-/nexus-plugin-prisma-0.31.0.tgz#f9ca88b393848a545d22e50c41716f242da60ff2"
integrity sha512-zo4fr/DE6oi5cmZk80csd9svAIVixgY9BB9xZVVTxg4jootOQSOXGn3OP8A6dGQj6/nzlakB72CAiUeRgDmzHQ==
nexus-plugin-prisma@^0.32.0:
version "0.32.0"
resolved "https://registry.yarnpkg.com/nexus-plugin-prisma/-/nexus-plugin-prisma-0.32.0.tgz#54435e8f11b22bd7959f8446b998135db416c249"
integrity sha512-rAdDk53Y3FRvVkUDma9BbhSzPCxRydSC9IDIzFL/GF8eYssqNz6yqHrj47PArwOHT9wy7pGYWW/8gUSL4v9DmQ==
dependencies:
camelcase "^6.2.0"
endent "^2.0.1"
Expand Down Expand Up @@ -1529,12 +1529,12 @@ pluralize@^8.0.0:
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==

prisma@^2.18.0:
version "2.18.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-2.18.0.tgz#b19a2d4a487b8b62759777be55506567af41f6ae"
integrity sha512-03po/kFW3/oGHtnANgZiKYz22KEx6NpdaIP2r4eievmVam9f2+0PdP4x/KSFdMCT6B6VHh+3ILTi2z3bYosCgA==
prisma@^2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-2.19.0.tgz#2c14f9cbbfb0ab69c8a9473e16736759713d29ad"
integrity sha512-iartCNVrtR4XT20ABN3zrSi3R/pCBe75Y0ZH8681QIGm8qjRQzf3DnbscPZgZ9iY4KFuVxL8ZrBQVDmRhpN0EQ==
dependencies:
"@prisma/engines" "2.18.0-34.da6fafb57b24e0b61ca20960c64e2d41f9e8cff1"
"@prisma/engines" "2.19.0-39.c1455d0b443d66b0d9db9bcb1bb9ee0d5bbc511d"

proxy-addr@~2.0.5:
version "2.0.6"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"upgrade-prisma-dev": "yarn add @prisma/cli@dev @prisma/client@dev @prisma/fetch-engine@dev @prisma/get-platform@dev @prisma/migrate@dev @prisma/sdk@dev"
},
"peerDependencies": {
"@prisma/client": "2.18.x",
"@prisma/client": "2.19.x",
"graphql": "^15.3.0",
"nexus": "^1.0.0"
},
Expand All @@ -46,11 +46,11 @@
},
"devDependencies": {
"@prisma-labs/prettier-config": "0.1.0",
"@prisma/client": "2.18.0",
"@prisma/fetch-engine": "2.18.0",
"@prisma/get-platform": "2.18.0",
"@prisma/migrate": "2.18.0",
"@prisma/sdk": "2.18.0",
"@prisma/client": "2.19.0",
"@prisma/fetch-engine": "2.19.0",
"@prisma/get-platform": "2.19.0",
"@prisma/migrate": "2.19.0",
"@prisma/sdk": "2.19.0",
"@types/jest": "26.0.20",
"@types/lodash": "4.14.167",
"@types/node": "14.14.20",
Expand Down
8 changes: 4 additions & 4 deletions tests/__app/generated/nexus-plugin-prisma-typegen.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface NexusPrismaInputs {
}
users: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
locations: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'country' | 'city' | 'User'
Expand All @@ -43,7 +43,7 @@ interface NexusPrismaInputs {
Bubble: {
members: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
}
User: {
Expand All @@ -55,13 +55,13 @@ interface NexusPrismaInputs {
Location: {
User: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
}
Post: {
authors: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
}
}
Expand Down
34 changes: 4 additions & 30 deletions tests/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ interface NexusPrismaInputs {
}
users: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
locations: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'country' | 'city' | 'User'
Expand All @@ -430,7 +430,7 @@ interface NexusPrismaInputs {
Bubble: {
members: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
}
User: {
Expand All @@ -442,13 +442,13 @@ interface NexusPrismaInputs {
Location: {
User: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
}
Post: {
authors: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'posts' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'location' | 'Bubble' | 'bubbleId' | 'locationId'
ordering: 'id' | 'firstName' | 'lastName' | 'bubbleId' | 'locationId'
}
}
}
Expand Down Expand Up @@ -1629,32 +1629,6 @@ Object {
"isRequired": false,
"name": "lastName",
},
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "LocationOrderByInput",
},
],
"isNullable": false,
"isRequired": false,
"name": "location",
},
Object {
"inputTypes": Array [
Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "BubbleOrderByInput",
},
],
"isNullable": false,
"isRequired": false,
"name": "Bubble",
},
Object {
"inputTypes": Array [
Object {
Expand Down
4 changes: 2 additions & 2 deletions tests/schema/__snapshots__/computedInputs.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ interface NexusPrismaInputs {
}
nesteds: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'name' | 'userId' | 'user'
ordering: 'id' | 'name' | 'userId' | 'user'
ordering: 'id' | 'name' | 'userId'
}
},
User: {
nested: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'name' | 'userId' | 'user'
ordering: 'id' | 'name' | 'userId' | 'user'
ordering: 'id' | 'name' | 'userId'
}
}
Nested: {
Expand Down
8 changes: 4 additions & 4 deletions tests/schema/__snapshots__/pagination.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ interface NexusPrismaInputs {
}
posts: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'authorId'
}
},
User: {
posts: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'authorId'
}
}
Post: {
Expand Down Expand Up @@ -177,13 +177,13 @@ interface NexusPrismaInputs {
}
posts: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'authorId'
}
},
User: {
posts: {
filtering: 'AND' | 'OR' | 'NOT' | 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'author' | 'authorId'
ordering: 'id' | 'title' | 'authorId'
}
}
Post: {
Expand Down
Loading

0 comments on commit fce0ffb

Please sign in to comment.