You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: