david-plugge / typed-pocketbase

Add types to the PocketBase JavaScript SDK
MIT License
91 stars 10 forks source link

db.from get all fields #36

Open jb-san opened 7 months ago

jb-san commented 7 months ago

is there a way to get the whole thing when doing a db.from('posts').getFullList({..}) I don't want to have to specify all the fields I want, I want them all

david-plugge commented 7 months ago

It should be full if you remove select. There is an issue with getOne not showing the correct types in that case, that will need a fix.