How to modify Prisma query to match nested structure expected by GraphQL schema mutation (Order creation)
I am using Apollo Server and GraphQL + Prisma. I am running into some trouble when trying to create an ecomm feature of order creation.
I am using Apollo Server and GraphQL + Prisma. I am running into some trouble when trying to create an ecomm feature of order creation.