II.
Library JSON
Structured · livelibrary:nexus
Nexus json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:nexus",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Nexus",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Code-first GraphQL schema construction library for TypeScript that\ngenerates SDL from type-safe resolver definitions, with plugins\nfor Prisma integration and authorization.\n"
},
"outgoingEdges": [
{
"from": "library:nexus",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:nexus",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:mercurius",
"to": "library:nexus",
"kind": "alternative_to"
}
]
}