kdocs
GitHub
T&O - Communication
T&O - Communication
  • Async Communication
    • Kafka
    • RabbitMQ
  • Protocols
    • HTTP
  • Sync Communication
    • REST
    • GraphQL
    • gRPC
      • Protocol Buffers
Powered by GitBook
On this page
  1. Sync Communication

GraphQL

A way to expose your application endpoints

A common RPC call (Client-Server) sent in a specific format that the server can understand and respond with the specific desired fields.

PreviousRESTNextgRPC

Last updated 6 months ago