MCPcopy Create free account
hub / github.com/clintonwoo/hackernews-react-graphql / IUserPageQuery

Interface IUserPageQuery

pages/user.tsx:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface IUserPageQuery {
32 loading;
33 error;
34 user;
35 me;
36}
37
38function UserPage(props: IUserPageProps): JSX.Element {
39 const { router } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected