diff --git a/en/02_Developer_Guides/15_Customising_the_Admin_Interface/08_ReactJS_Redux_and_GraphQL.md b/en/02_Developer_Guides/15_Customising_the_Admin_Interface/08_ReactJS_Redux_and_GraphQL.md index c647ce82f..7e7cf0945 100644 --- a/en/02_Developer_Guides/15_Customising_the_Admin_Interface/08_ReactJS_Redux_and_GraphQL.md +++ b/en/02_Developer_Guides/15_Customising_the_Admin_Interface/08_ReactJS_Redux_and_GraphQL.md @@ -837,7 +837,7 @@ Here's what that might look like: ```js import React from 'react'; import gql from 'graphql-tag'; -import { graphql } from 'react-apollo'; +import { graphql } from '@apollo/client/react/hoc'; export const Notes = ({ notes }) => (