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
* To run a query within a React component, call `useGetTodosListQuery` and pass it any options that fit your needs.
30
-
* When your component renders, `useGetTodosListQuery` returns an object from Apollo Client that contains loading, error, and data properties
30
+
* To run a query within a React component, call `useTodosQuery` and pass it any options that fit your needs.
31
+
* When your component renders, `useTodosQuery` returns an object from Apollo Client that contains loading, error, and data properties
31
32
* you can use to render your UI.
32
33
*
33
34
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
0 commit comments