DEV Community

Discussion on: AWS Amplify GraphQL Operations with TypeScript and Hooks - Part 1 [Queries]

Collapse
 
sshetty2 profile image
Sachit Shetty @_@ Sonny

Mat, the code seems to be incomplete in Github

...from queryHelpers.tsx

** Missing Dependencies **
import Spinner from "../components/ui/Spinner";
import { ErrorBox } from "../containers/auth/ErrorBox";
import useDeepCompareEffect from "use-deep-compare-effect";
import { UndefinedGQLType } from "../types/utils";
import { notEmpty } from "./common";
import { Observable } from "apollo-link";

Please advise

Collapse
 
mwarger profile image
Mat Warger

This is outdated. I will be posting about this soon.