nexus-plugin-prisma icon indicating copy to clipboard operation
nexus-plugin-prisma copied to clipboard

Deprecated

Results 113 nexus-plugin-prisma issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | minor | `10.16` -> `10.21` | --- ### Configuration 📅 **Schedule**: Branch creation...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`26.0.20` -> `26.0.24`](https://renovatebot.com/diffs/npm/@types%2fjest/26.0.20/26.0.24) |...

type/chore

Since prisma2 does not yet support JSON/B columns, I'm storing my JSON data in Posgres as a string. This is fine, but Id like to return JSON to my consumers....

#### Nexus Report ``` | error Error: | - Missing type MessageOrderByInput, did you forget to import a type to the root query or mean .......? ``` #### Description I'm...

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Json value array throws error ``` "JSONObject cannot represent non-object value: [object Object],[object Object],[object Object]" ``` Looks like its converting to String somehow, could not find related code.

I actually prefer the prisma type pagination pattern. However, I now came across a special use case where I need a relay style pagination pattern. Would be nice, if I...