You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if I understand correctly, if I had a collection of posts (image, text, date, few boolean values) there isn't much point indexing them. Since we need the entire collection and don't query for single fields or values
So we use it if we query a single field often. Well, does that mean in the end, that it's recommended to use index: true when we apply where queries to a field?
Or is it a GraphQL thing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
according to the docs...
... and this post:
So we use it if we query a single field often.
Well, does that mean in the end, that it's recommended to use
index: true
when we applywhere
queries to a field?Or is it a GraphQL thing?
Beta Was this translation helpful? Give feedback.
All reactions