relay
relay copied to clipboard
quick-start.md: import AppQuery as type
Changes in this PR
The current guidance to use import { AppQuery } from "./__generated__/AppQuery.graphql"; does not work as expected, since AppQuery is expected as a type. Likewise for FetchFunction
Testing
Tested by going through the entire "getting started" page