craftcms / digital-products

Sell digital products with Craft Commerce.
https://plugins.craftcms.com/digital-products
MIT License
18 stars 9 forks source link

Unable to query Digital Products with GraphQL: `Cannot query field "digitalProduct" on type "Query"` #96

Closed tommysvr closed 2 weeks ago

tommysvr commented 7 months ago

Description

Unable to query Digital Products with GraphQL.

Using the example in the docs:

query {
    digitalProducts(type: "eBooks", limit: 2) {
        title,
        sku,
        price
    }
}

Returns:

{
  "errors": [
    {
      "message": "Cannot query field \"digitalProducts\" on type \"Query\".",
      "extensions": {
        "category": "graphql"
      },
      "locations": [
        {
          "line": 2,
          "column": 5
        }
      ]
    }
  ]
}

Additional info

digitalProducts and digitalProduct are not available in the explorer.

lukeholder commented 2 weeks ago

This should now be fixed in 4.0.2 thanks!