Edwin Cromley
Edwin Cromley
There are a fixed set of possible post status values. The schema should reflect this with an enum type for post stati.
Currently we are grabbing the raw data from the database and spitting it out as the excerpt. We need to support rendered excerpts as well applying the proper filters.
Akin to supporting rendered content, we will want to supply a rendered title as well for post content.
In order to properly support shortcodes etc, WP GraphQL needs to support rendered content for any post object fields.
Currently the type system is very static. We will want to move more towards a dynamic building of the type system along with hooks to enable plugin developers and others...
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...
Post type labels needs to have a type defined for post type labels. Currently the labels field has been left absent.
Add admin menu support to the API. This will enable the use of querying for admin menus which display on the left side of WP - Admin. This will be...
Adding in the arguments to match the terms type to the WP_Term_Query could be useful.