Join Slack
Powered by
Here is the code I have for the `createMember` end...
# prisma-client
c
Caleb Hyatt
02/15/2021, 4:23 PM
Here is the code I have for the
createMember
endpoint:
t
Tanmay Naik
02/16/2021, 7:51 AM
The syntax is
Copy code
await prisma.member.create({data: {...}})
You can log the message with e.message
3
Views
Open in Slack
Previous
Next