Skip to content

Instantly share code, notes, and snippets.

@MarkiyanPyts
Created October 27, 2023 11:33
Show Gist options
  • Save MarkiyanPyts/e58a9cfba57551d0c9dd0e122ba50822 to your computer and use it in GitHub Desktop.
Save MarkiyanPyts/e58a9cfba57551d0c9dd0e122ba50822 to your computer and use it in GitHub Desktop.
Readme.md
graph TD;
subgraph AA [Consumers]
A[Mobile app];
B[Web app];
C[Node.js client];
end
subgraph BB [Services]
E[REST API];
F[GraphQL API];
G[SOAP API];
end
Z[GraphQL API];
A --> Z;
B --> Z;
C --> Z;
Z --> E;
Z --> F;
Z --> G;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment