II.
Library JSON
Structured · livelibrary:urql
urql json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:urql",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "urql",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Lightweight and flexible GraphQL client for React, Svelte, and Vue\nwith a document-centric cache, exchangeable middleware pipeline, and\nfirst-class support for subscriptions and offline mode.\n"
},
"outgoingEdges": [
{
"from": "library:urql",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:urql",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:apollo-client",
"to": "library:urql",
"kind": "alternative_to"
}
]
}