Replies: 1 comment
-
Hey @jasonkuhrt any chance you can cast your keen eye over this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"nexus-plugin-prisma": "^0.16.1",
"ts-node": "^8.10.2",
"prisma-upgrade": "0.0.34",
"ts-node-dev": "^1.0.0-pre.50"
So the issue I'm having is that nexus isn't generating the necessary SizeCreate or ColorCreate input types on the
Size
andColor
objectTypes required to carry out either acreate
orconnect
for the size or color fields specified in myCreateItem
mutationTypeI was under the impression that specifying:
in my queryType would automatically generate all of the various permutations of input types in
nexus.graphql
. What am I overlooking here?schema.prisma: https://gist.github.com/TheoMer/219394ae817964d0c92200e73cfe48f5
graphql.ts: https://gist.github.com/TheoMer/c8859c36ae97ac37a57660084d76c126
app.ts: https://gist.github.com/TheoMer/6fae7c410753110c53a6553331077cba
Beta Was this translation helpful? Give feedback.
All reactions