Filter fields to be returned on an Ash.Query and an AshJsonApi route
I'm having a hard time finding out how can I filter returned fields from an
And I'm supposing it to return only
Is it possible to filter the returned fields?
Thanks a lot
Ash.Query this is my code:And I'm supposing it to return only
:sku_code and :quantity but it returns all the fields as nil and only the two fields with real data.Is it possible to filter the returned fields?
Thanks a lot
