wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

Improve architecture of serving GraphQL

Open BE-Webdesign opened this issue 8 years ago • 0 comments

Currently the requests are served via some ad hoc PHP just to get GraphQL running. We will want a request and response object to handle our graphql queries and also create a layer that will handle the http request and response portion of handling the request.

BE-Webdesign avatar Dec 06 '16 02:12 BE-Webdesign