-
when using with normal objectRefs you can separete the definition of the ref and the implementation, however with prismaObject this does not seem to be possible. Any idea how to deal with that? |
Beta Was this translation helpful? Give feedback.
Answered by
hayes
Feb 19, 2024
Replies: 1 comment
-
You can use the builder.prismaObjectField(s) to define fields separately from the main definition |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
macrozone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the builder.prismaObjectField(s) to define fields separately from the main definition