How to exclude all Join fields from loading data in the Local API find() operation?
#16307
-
|
Let's get a simple example: Posts with the Relationship field In the Then, in the "Category" UI component, I have the category ID and need to load that category with But, with I know that I can use "select" property to list the needed fields manually, but I just want to load the document without all "Join" fields, because usually "Join" fields contain additional data, that is not directly related to the document. So, is there a dedicated property for the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
You can use select with false values to get everything except certain fields. So you can do: |
Beta Was this translation helpful? Give feedback.
You can use select with false values to get everything except certain fields. So you can do: