wp-graphql
wp-graphql copied to clipboard
Improve architecture of serving GraphQL
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.