Edwin Cromley
Edwin Cromley
WP GraphQL needs to support media types in general but should also feature an edge connecting posts to their respective media.
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...
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`...
Add folder for union types with readme.md explaining what the heck they are.
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...
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...
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.
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...
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...
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...