Return ApolloProvider to root component
Instead of duplicating it lower down in the tree, potentially creating bugs with duplicate Apollo caches or calling useQuery/useMutation from unsupported components.
Instead of duplicating it lower down in the tree, potentially creating bugs with duplicate Apollo caches or calling useQuery/useMutation from unsupported components.