Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
export
class
Post {
22
id: string;
23
title: string;
24
text: string;
25
isPublished: boolean;
26
}
27
28
export
abstract
class
IQuery {
29
abstract posts(): Post[] | Promise<Post[]>;
Callers
15
UsersController
Class · 0.50
TestRoute
Class · 0.50
TestRouteAlias
Class · 0.50
TestRoute
Class · 0.50
TestRoute
Class · 0.50
TestRouteAlias
Class · 0.50
Test
Class · 0.50
AppController
Class · 0.50
AppController
Class · 0.50
ExpressController
Class · 0.50
FastifyController
Class · 0.50
AppController
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected