II.
Workflow JSON
Structured · liveworkflow:graphql-schema-review
GraphQL Schema Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:graphql-schema-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-api-lifecycle.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "GraphQL Schema Review",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-pull-request",
"complexity": "cross-team",
"description": "Reviews proposed GraphQL schema changes for naming consistency,\nbreaking-change detection, performance implications, and federation\ncompatibility — running schema linting, diffing against the production\nregistry, and validating resolver coverage. Excludes resolver\nimplementation.\n"
},
"outgoingEdges": [
{
"from": "workflow:graphql-schema-review",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "skill-area:graphql-schema-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:graphql-schema-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:graphql-api-platform",
"to": "workflow:graphql-schema-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:backend-for-frontend",
"to": "workflow:graphql-schema-review",
"kind": "follows_workflow"
}
]
}