II.
Library JSON
Structured · livelibrary:trpc-client
tRPC Client json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:trpc-client",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tRPC Client",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Client-side half of the tRPC stack that consumes server router types\nfor fully type-safe API calls without a code generation step, with\nReact Query integration and vanilla client support.\n"
},
"outgoingEdges": [
{
"from": "library:trpc-client",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:trpc-client",
"to": "skill-area:backend-api-design",
"kind": "used_for"
},
{
"from": "library:trpc-client",
"to": "library:trpc-server",
"kind": "alternative_to"
},
{
"from": "library:trpc-client",
"to": "library:trpc",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:trpc-server",
"to": "library:trpc-client",
"kind": "alternative_to"
},
{
"from": "library:trpc",
"to": "library:trpc-client",
"kind": "alternative_to"
}
]
}