Thanks for taking the time to build this, just tried it and it works great!
One thing I'm seeing missing is the select query param: https://payloadcms.com/docs/queries/select
So it would involve steps:
- allowing the select query param in openapi
- allowing all fields to be nullable
The second step is little more involved, basically when select is used, any field can be null. This helps with optimized queries. So maybe a couple of options here would be: add an option to make all fields nullable, or add to the schema types that are nullable when the select query is used.
Would like to hear your thoughts and would be happy to contribute back.
Thanks for taking the time to build this, just tried it and it works great!
One thing I'm seeing missing is the select query param: https://payloadcms.com/docs/queries/select
So it would involve steps:
The second step is little more involved, basically when select is used, any field can be null. This helps with optimized queries. So maybe a couple of options here would be: add an option to make all fields nullable, or add to the schema types that are nullable when the select query is used.
Would like to hear your thoughts and would be happy to contribute back.