II.
Library JSON
Structured · livelibrary:relay
Relay json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:relay",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Relay",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Facebook's production-grade GraphQL client for React with co-located\ndata declarations, automatic batching, incremental data delivery via\n@defer/@stream, and a compile-time query transformation step.\n"
},
"outgoingEdges": [
{
"from": "library:relay",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:relay",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:apollo-client",
"to": "library:relay",
"kind": "alternative_to"
}
]
}