Hi, there is something I dont understand with Prisma... I am adding a new model type "Car", but I cannot see any operation available in the playground (updateCar, cars, deleteCar etc... ). Do i need to create a resolver for each operation? How to make bindings automatic like in the graphcool framework?