1.0.0-beta.51
Pre-release
Pre-release
- Fix: Support for prisma ^2.20 added (output for generators can now be env vars).
- Feat: Ability to exclude fields and models from the generated GraphQL schema and API using
/// @PrismaAppSync.ignore
(more details in the docs). - Feat: Simpler boilerplate usage with
yarn create prisma-appsync-app <target-folder>
.