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

WPGraphQL Extension: Adds "meta_query" support to postObject connection queries using WP_Query

Results 17 wp-graphql-meta-query issues
Sort by recently updated
recently updated
newest added

Is it possible to add a meta query with multiple conditions? I only want the posts where: meta_key_1 **OR** meta_key_2 NOT_EQUAL_TO null **AND** meta_key_3 is greater then X

Hello there, thank you for you developed and serve this plugin. I saw a notice at https://www.wpgraphql.com/extenstion-plugins/wpgraphql-meta-query > This FREE plugin filters the connections for Posts and Post Types to...

Don't know if this is something related to this plugin (i'd rather say that it belongs to `wp-graphql`) but still, i prefer to write it here; if is the case,...

Probably due to a change in the version, but queries using the metaArray don't work correctly when querying a large conditional statement. I inspected the meta_query generated and it looks...

Hi, When running "composer require wp-graphql/wp-graphql-meta-query" I get the following message back: Could not find a matching version of package wp-graphql/wp-graphql-meta-query. Check the package spelling, your version constraint and that...

I have a Google Maps field and I would like to query by the location. My field is called "itemLocation". What should I use as the "key"? Because the following...

https://github.com/wp-graphql/wp-graphql-meta-query/issues/14#issuecomment-577724821 closes #20 #14

Hi, I am new to wpgraphql and your plugin - but as far as I can tell your plugin supports querying on meta data but what I want to do...

@jasonbahl I am trying to pass multiple values for the same key but cannot get any posts back ```graphql metaArray: [ { key: "some_key", value: ["some_value", "some_other_value"], compare: EXIST }...