(Rew) Andrew McLagan
(Rew) Andrew McLagan
Well, its possible after all. If anyone is interested.. I could create a PR and cleanup the serializer... https://gist.github.com/andrewmclagan/0b352aa21c48d912609a85a5b09e61b6 its somewhat messy. needs tests. - Built specifically for React/Redux -...
Updated the gist.
I strongly agree. Wordpress is positioned to become a leader in the headless cms arena. It seems the core team makes inroads to that, but maybe only to serve a...
Yeah already implemented Prisma assuming polymorphic relationships were a given... ouch.
Open source is open source. Make a PR ;-)
Another **_work around_** is to take care of the polymorphic relationship management in the application layer: - Database layer 🔴 - Prisma layer 🔴 - Application layer 🟢 ```prisma generator...
agree, would be great to have the timepicker option open as well
This also caused me issues
Currently progressing into a plugin implementing a full oAuth 2.0 implementation of `password-grant` type. https://github.com/wp-headless/authentication WIP
Hi @Matthewnie Is the underlying issue pagination? If so, we are soon rolling out in-built pagination features. If not we can accomodate this PR for sure.