Edwin Cromley

Results 52 issues of 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.

enhancement

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.

bug

Feature multisite support enabling the display of sites, and networks.

enhancement

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

enhancement

Plugins feature no filtering capabilities or ordering currently. This should be a thing.

enhancement

Currently themes features zero ability to filter for different types of themes etc.

enhancement

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

enhancement

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

enhancement

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

enhancement