II.
ScopeBoundary JSON
Structured · livescope-boundary:hasura.scope
scope-boundary:hasura.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:hasura.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "framework:hasura",
"inScope": "Instant GraphQL over Postgres / SQL Server / BigQuery / Snowflake\nwith row-level permissions, event triggers, and remote schemas.\nStrong fit for read-heavy apps needing fast GraphQL without\nhand-writing resolvers.\n",
"outOfScope": "Custom mutation logic better expressed in code, REST-only\nconsumers, and teams that don't want a managed control plane.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:hasura.scope",
"to": "framework:hasura",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}