enhancer function.
const withTodoAppQuery = graphql(gql`query { ... }`);
// Enhance our component.
const TodoAppWithData = withTodoAppQuery(TodoApp);
// Export the enhanced component.
export default TodoAppWithData;
жесть
https://www.apollographql.com/docs/react/api/react-hooks/ Тут есть примеры, все описано, ну...
Обсуждают сегодня