Skip to content

Commit 434a26d

Browse files
authored
Update GraphQL interaction in architecture diagram
1 parent d5322b7 commit 434a26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This flowchart maps the primary components and structural dependencies from clie
6969
```mermaid
7070
flowchart TD
7171
subgraph Client [Client-Side Browser]
72-
A[React 19 Frontend SPA] -->|GraphQL Queries / Mutations| B(Apollo Client)
72+
A[React 19 Frontend SPA] -->|GraphQL Queries / Mutations / Subscriptions | B(Apollo Client)
7373
A -->|REST API Requests| C(Axios / Fetch)
7474
end
7575

0 commit comments

Comments
 (0)