wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

A GraphQL API for WordPress

Results 44 wp-graphql issues
Sort by recently updated
recently updated
newest added

In version 0.8.0 of graphql-php, the `DefinitionContainer` was reverted. If you run `composer update` things are broken with the current version of the library. We'll need to update to follow...

Hi! My name is Edwin, I am a web engineer doing various projects for major universities, mostly involving WordPress. I am very passionate about WordPress and hope you are too!...

Introduce Yourself

Move current tests to extend the WPGraphQL test case. Currently, some of the tests are inheriting directly form WP Unit Testcase, they should instead inherit from the WP GraphQL test...

bug

Add tests for `'first', 'after', 'ignore_sticky_posts', 'order', 'orderby', 'post_mime_type'`

bug

Add WP_Query arg tests for `'s', 'p', 'name', 'page_id', 'page_slug', 'post_parent', 'post_parent__in', 'post_parent__not_in', 'post__in', 'post__not_in', 'post_name__in', 'post_type', 'post_status'`

bug

Add tests for WP_Query args `'tag', 'tag_and', 'tag__in', 'tag__not_in', 'tag_slug__and', 'tag_slug__in'`

bug

Tests for: `'category', 'category_name', 'category_and', 'category__in', 'category__not_in'`.

bug

Test for `'author', 'author_name', 'author__in', 'author__not_in'`.

bug

WordPress internals change and possibly the way things will be interacted could change, these changes could potentially cause a massive headache. For each type there must be an interface between...

enhancement

The test suite is getting unruly. It should be separated and have the shared methods on the originating class.

enhancement