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 expected to be able to do the same in Python, but workspace was not an available field within the create field. I was only able to specify workspaceId.
Prisma information
prisma == 0.15.0
The text was updated successfully, but these errors were encountered:
Bug description
Can't seem to perform a
connect
within thecreate
of aconnect_or_create
clause.How to reproduce
The following query works in TypeScript Prisma:
Expected behavior
I expected to be able to do the same in Python, but
workspace
was not an available field within thecreate
field. I was only able to specifyworkspaceId
.Prisma information
prisma == 0.15.0
The text was updated successfully, but these errors were encountered: