iiRecord
Agentic AI Atlas · Relay
library:relaya5c.ai
II.
Library JSON

library:relay

Structured · live

Relay json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-ts-orms-graphql.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}