Sylvain
Sylvain
Because `:nth-of-type` selector is attached to a particular type, so if we don't want to use the same tag type (something different from a `` like `` or ``, or...
Same issue on my end.
Thanks @cipriancaba! The next version is close to being released. Iβm planning on finalising the remaining tasks and documentation writing after I am back from my current holiday. At this...
Using the new coming version, you'll be able to do the following from your Prisma schema file: ```prisma /// @gql(queries: null, mutations: null, subscriptions: null) model Post { id Int...
Thanks again @ryparker! Both your PR have been implemented as part of the latest release: https://github.com/maoosi/prisma-appsync/releases/tag/1.0.0-rc.1
Thanks again @ryparker! Both your PR have been implemented as part of the latest release: https://github.com/maoosi/prisma-appsync/releases/tag/1.0.0-rc.1
@all-contributors please add @ryparker for code
> If you change it to now(3) + interval 14 day does it fix your problem? Still the same issue, however removing the `fsp` option and using `(now() + interval...
Thanks @yusukebe, your suggested workaround is working good on my end!
I've recently updated to `[email protected]` (linking to `@aws-amplify/[email protected]`) and started having a similar errors showing in the console `Exceeded maximum endpoint per user count: 15`. Would be nice to get...