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
- This function will fire any time the query is either successfully fetched or errors and be passed either the data or error.
146
134
-`select: (data: TData) => unknown`
147
135
- Optional
148
136
- This option can be used to transform or select a part of the data returned by the query function. It affects the returned `data` value, but does not affect what gets stored in the query cache.
0 commit comments