relay icon indicating copy to clipboard operation
relay copied to clipboard

quick-start.md: import AppQuery as type

Open lopespm opened this issue 7 months ago • 0 comments

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

lopespm avatar Sep 28 '25 14:09 lopespm