II.
Library JSON
Structured · livelibrary:graphql-request
graphql-request json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:graphql-request",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "graphql-request",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Minimal GraphQL client for Node.js and browsers with a simple\npromise-based API, TypeScript support, and optional request\nbatching — ideal for scripts and server-side data fetching.\n"
},
"outgoingEdges": [
{
"from": "library:graphql-request",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:graphql-request",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:apollo-client",
"to": "library:graphql-request",
"kind": "alternative_to"
}
]
}