wp-graphql / wp-graphql-meta-query

WPGraphQL Extension: Adds "meta_query" support to postObject connection queries using WP_Query
https://wpgraphql.com
GNU General Public License v3.0
53 stars 18 forks source link

Not possible to simply retrieve meta data for a post? #21

Open Wolsten opened 2 years ago

Wolsten commented 2 years ago

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 is simply retrieve the meta data associated with a specific post or posts.

Thanks