Isn't JSON type supported yet? #940
Answered
by
jasonkuhrt
seed-of-apricot
asked this question in
General
-
When I include JSON in any of the Prisma models I get the following error. 203 ✕ app unhandledRejection
| error Error: Input Object type JsonFilter must define one or more fields.
| at assertValidSchema (C:\Users\apricot\src\kemakino\q-seed\server\node_modules\graphql\type\validate.js:71:11)
| at Object.validate (C:\Users\apricot\src\kemakino\q-seed\server\node_modules\graphql\validation\validate.js:54:35)
| at C:\Users\apricot\src\kemakino\q-seed\server\node_modules\nexus\dist\runtime\server\handler-graphql.js:30:42
| at processTicksAndRejections (internal/process/task_queues.js:97:5)
| at async C:\Users\apricot\src\kemakino\q-seed\server\node_modules\nexus\dist\runtime\server\server.js:98:9 |
Beta Was this translation helpful? Give feedback.
Answered by
jasonkuhrt
May 29, 2020
Replies: 1 comment 2 replies
-
Hey @seed-of-apricot Cannot give an ETA right now, but I can say this is not low priority. I've created an issue to formally track the feature, as the lack of support has by now fragmented into a number of issues. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jasonkuhrt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @seed-of-apricot
Cannot give an ETA right now, but I can say this is not low priority.
I've created an issue to formally track the feature, as the lack of support has by now fragmented into a number of issues.
graphql-nexus/nexus#947