MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/project/dto/project.input.ts:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95export class SubscribeToProjectInput {
96 @Field(() => ID)
97 projectId: string;
98}
99
100@InputType()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected