Skip to content

A WordPress plugin to expose WooCommerce products via the WP GraphQL plugin

License

Notifications You must be signed in to change notification settings

JosephCarrington/woocommerce-to-wpgraphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

woocommerce-to-wpgraphql

A WordPress plugin to expose WooCommerce products via the WP GraphQL plugin

query GET_PRODUCTS {
  products(last: 20) {
    edges {
      node {
        description,
        content,
        price,
        thumbnail,
        is_on_sale,
        sale_price,
        categories {
          name
        }
      }
    }
  }
}

About

A WordPress plugin to expose WooCommerce products via the WP GraphQL plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages