II.
SkillArea JSON
Structured · liveskill-area:GraphQL-federation
GraphQL Federation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:GraphQL-federation",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GraphQL Federation",
"description": "Building federated GraphQL architectures — subgraph composition,\nentity resolution, @key/@external directives, gateway routing,\nand schema evolution across independently deployed services.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:GraphQL-federation",
"to": "domain:api-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:GraphQL-federation",
"to": "skill-area:graphql-schema-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
],
"incomingEdges": []
}