Edwin Cromley
Edwin Cromley
Posts should feature terms querying to find terms associated with the post object. This will expose terms as a field for a post.
Make sure to use `no_found_rows` as all queries within GraphQL will not use any MySQL based pagination, this will result in much faster queries.
Feature multisite support enabling the display of sites, and networks.
Currently queries are not tested against every field of every type. This needs to happen. The introspection fields also need to be tested for more than and name and should...
Plugins feature no filtering capabilities or ordering currently. This should be a thing.
Currently themes features zero ability to filter for different types of themes etc.
Meta for out of the box types like attachments, nav menu items, etc will be exposed as fields for relative types. Meta that has been added on top of WP...
Settings or options also need to be supported by WP GraphQL. They should have a type. It is impossible to know what the data coming out of the settings is...
WordPress features attachments as a post type which are basically just different types of media. Attachments will have post meta about them that points to the actual attributes of the...