II.
Library JSON
Structured · livelibrary:type-graphql
TypeGraphQL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:type-graphql",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "TypeGraphQL",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Create GraphQL schemas and resolvers with TypeScript classes and\ndecorators, automatically generating SDL from your type definitions\nwith built-in validation, authorization, and dependency injection.\n"
},
"outgoingEdges": [
{
"from": "library:type-graphql",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:type-graphql",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:mercurius",
"to": "library:type-graphql",
"kind": "alternative_to"
},
{
"from": "stack-profile:graphql-api-platform",
"to": "library:type-graphql",
"kind": "composed_of"
}
]
}