If I submit, I get the mutation error for that fie...
# prisma-whats-new
i
If I submit, I get the mutation error for that field being empty
d
The best way to add this kind of data is to use a mutation in the playground - that way you can use a nested create or update mutation to set the required relationship
Also, you get better at using GraphQL, which will be how you will use your API from clients
I tend to do everything through GraphQL queries apart from bulk deleting nodes
i
That makes sense