Edwin Cromley

Results 52 issues of Edwin Cromley
trafficstars

There are a fixed set of possible post status values. The schema should reflect this with an enum type for post stati.

enhancement

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.

enhancement

Akin to supporting rendered content, we will want to supply a rendered title as well for post content.

enhancement

In order to properly support shortcodes etc, WP GraphQL needs to support rendered content for any post object fields.

enhancement

Yeah JUST KIDDING! This is not going to happen for a while probably.

enhancement

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...

enhancement

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...

enhancement

Post type labels needs to have a type defined for post type labels. Currently the labels field has been left absent.

enhancement

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...

enhancement

Adding in the arguments to match the terms type to the WP_Term_Query could be useful.

enhancement