mavvystudio / prisma-generator-graphql-typedef

Generates graphql schema from prisma schema
11 stars 1 forks source link

Feature: Generate CRUD operations #198

Open danielpaz6 opened 1 month ago

danielpaz6 commented 1 month ago

Will it be possible to generate CRUD operations? Maybe taking inspiration from other generators that do that. Generate all mutations and read operation using the .graphql file

mavvystudio commented 1 month ago

great suggetion @danielpaz6 ! I'll absolutely work on that very soon