There was an error while loading. Please reload this page.
1 parent d5322b7 commit 434a26dCopy full SHA for 434a26d
1 file changed
ARCHITECTURE.md
@@ -69,7 +69,7 @@ This flowchart maps the primary components and structural dependencies from clie
69
```mermaid
70
flowchart TD
71
subgraph Client [Client-Side Browser]
72
- A[React 19 Frontend SPA] -->|GraphQL Queries / Mutations| B(Apollo Client)
+ A[React 19 Frontend SPA] -->|GraphQL Queries / Mutations / Subscriptions | B(Apollo Client)
73
A -->|REST API Requests| C(Axios / Fetch)
74
end
75
0 commit comments