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

Interface LaunchProps

final/client/src/pages/launch.tsx:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21`;
22
23interface LaunchProps {}
24
25const Launch: React.FC<LaunchProps> = () => {
26 let { launchId } = useParams();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected