MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial / ProfileProps

Interface ProfileProps

final/client/src/pages/profile.tsx:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19`;
20
21interface ProfileProps {}
22
23const Profile: React.FC<ProfileProps> = () => {
24 const { data, loading, error } = useQuery<GetMyTripsTypes.GetMyTrips>(GET_MY_TRIPS, { fetchPolicy: 'network-only' });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected