Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
interface LaunchProps {}
24
25
const Launch: React.FC<LaunchProps> = () => {
26
let { launchId } = useParams();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected