II.
Library JSON
Structured · livelibrary:yoga
GraphQL Yoga json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:yoga",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GraphQL Yoga",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Fully-featured, spec-compliant GraphQL server built on top of\ngraphql-js with support for subscriptions, file uploads, defer/stream,\nand adapters for Node.js, Cloudflare Workers, and Deno.\n"
},
"outgoingEdges": [
{
"from": "library:yoga",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:yoga",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:mercurius",
"to": "library:yoga",
"kind": "alternative_to"
},
{
"from": "stack-profile:social-media-platform",
"to": "library:yoga",
"kind": "composed_of"
}
]
}