-
Hello, I'm trying to use cuid for my ids, however the prismaField queries do not seem to be working properly. This is all based on the complex-app example. The For example, given this Prisma Schema:
Builder;
Node and query fields;
Query;
Query results:
Am I missing something obvious? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to use t.arg.globalID(). That example is an early work in progress, and needs the same change |
Beta Was this translation helpful? Give feedback.
You need to use t.arg.globalID(). That example is an early work in progress, and needs the same change