MCPcopy
hub / github.com/nestjs/nest / Post

Class Post

sample/22-graphql-prisma/src/graphql.schema.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export class Post {
22 id: string;
23 title: string;
24 text: string;
25 isPublished: boolean;
26}
27
28export abstract class IQuery {
29 abstract posts(): Post[] | Promise<Post[]>;

Callers 15

UsersControllerClass · 0.50
TestRouteClass · 0.50
TestRouteAliasClass · 0.50
TestRouteClass · 0.50
TestRouteClass · 0.50
TestRouteAliasClass · 0.50
TestClass · 0.50
AppControllerClass · 0.50
AppControllerClass · 0.50
ExpressControllerClass · 0.50
FastifyControllerClass · 0.50
AppControllerClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected