Description
Querying a Shopify Product field via graphql returns an empty string all the time.
Steps to reproduce
- Add a field with type "Shopify Product" to any entry
- Attach a product through that entry
- Fetch this field via GraphQL
Had a conversation with @timkelty, expected behavior would be that we can at least query the fields that we use to extend the Shopify Product element in GraphQL.
Related Discussion: #49
Additional info
- Craft version: Craft Pro 5.9.16
- PHP version: 8.3.30
- Database driver & version: MySQL 8.0.40
- Plugins & versions: Shopify 6.1.3
Description
Querying a
Shopify Productfield via graphql returns an empty string all the time.Steps to reproduce
Had a conversation with @timkelty, expected behavior would be that we can at least query the fields that we use to extend the Shopify Product element in GraphQL.
Related Discussion: #49
Additional info