You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry if I am missing something big here! I do not even see why this would work but I am completely lost how to go about it :)
I have a big operation that I need to do on the server. It is completely disconnected with the front-end request. I am trying to get some custom fields in a subselection in a prisma query on the backend. This custom field is in the schema but it is not in the prisma data-model; that is why I don't see why it would even work in the first place.
In the picture below, what I have highlighted in the editor is the custom field.
I am getting this error:
My question is: is it possible to use prisma at all to access these custom fields on the server? If not, can you point me in the right direction? Thank you so much.
The text was updated successfully, but these errors were encountered:
Hi there,
I am sorry if I am missing something big here! I do not even see why this would work but I am completely lost how to go about it :)
I have a big operation that I need to do on the server. It is completely disconnected with the front-end request. I am trying to get some custom fields in a subselection in a prisma query on the backend. This custom field is in the schema but it is not in the prisma data-model; that is why I don't see why it would even work in the first place.
In the picture below, what I have highlighted in the editor is the custom field.
I am getting this error:
My question is: is it possible to use prisma at all to access these custom fields on the server? If not, can you point me in the right direction? Thank you so much.
The text was updated successfully, but these errors were encountered: