Edwin Cromley

Results 52 issues of Edwin Cromley
trafficstars

WP GraphQL needs to support media types in general but should also feature an edge connecting posts to their respective media.

enhancement

Terms are similar to posts as they have their own type; a taxonomy. It would be nice to expose term querying for taxonomies registered to WP GraphQL API dynamically. This...

enhancement

This includes cleaning up how `$wp_config` is structured and how we will display and process post types. This should be changeable. We want to grab post types only with `show_in_graphql`...

enhancement

Add folder for union types with readme.md explaining what the heck they are.

enhancement

The default value for paginating through terms is `0` which fetches all. That seems like a bad practice to copy. Currently in the patch for adding the term children field...

discussion

Currently nav menu item fields do not map well to the actual values. Nav menu items can go to a term, post, page, or anything really. Getting the GraphQL connections...

enhancement

Currently the taxonomy_id and taxonomy fields are two separate fields on the Term Type. These should merge into one taxonomy field for a taxonomy type.

enhancement

Currently all fields that resolve to an IP address are just a basic string type. We want to add fields that handle IP. This will be useful for when mutations...

enhancement

Currently dates are just a string type. Dates should also have a special type that can handle different types of date formats. This will be especially useful when mutation queries...

enhancement

Need to investigate what the comment status field for posts can be used for and how it is used in core. All I currently know is that it closes and...

question