Rather than using a manual request format we could just rely on GraphQL and assume all requests are of that form. We would write a handler on the server-side that pushes the request into the graphQL execution handler and a dispatcher on the clientside that routes through the appropriate infrastructure on the clientside.
Rather than using a manual request format we could just rely on GraphQL and assume all requests are of that form. We would write a handler on the server-side that pushes the request into the graphQL execution handler and a dispatcher on the clientside that routes through the appropriate infrastructure on the clientside.