Sylvain
Sylvain
Ah, right I see sorry! Yes, there is some work required on Prisma-AppSync to support order by relational fields. I am still working on a big release in the background,...
Thanks for reporting @maximilianorom77 - this should be fixed in the next release.
The current Lambda Function provided is supposed to treat errors in two ways: * What is returned to the Client doing the API call is intended to be a “public-facing”...
Giving more flexibility around the CRUD operations is something I’d be interested in supporting in the future. The team at Prisma have been working on ways to support custom fields...
Ah yes, good reference indeed!
With Atomic Operations, the GraphQL structure will probably have to differ slightly from Prisma Client API. One clean way to differentiate atomic operation from classic updates could be something like...
Thanks for your reply. Actually yes I think there is a problem when using a laptop trackpad. It's curious because it's working when I goes down in the page and...
@d4nyll Yes, sorry I didn't get time to do that yet. In order to get it, I will have to rebuild a test page because I switched to something else...
It's better late than never ! Gigabyte P34 Trackpad: 
I got the same problem using html5 tags structure. Solved it by replacing css selector used on smartscroll.js, line 106: replace `:nth-of-type` by `:nth-child` @d4nyll is there any particular reason...