bold-commerce / go-shopify

Go client for the Shopify API
MIT License
318 stars 251 forks source link

v3 code has no Graphql Service exists #251

Closed khanakia closed 9 months ago

khanakia commented 9 months ago

I want to make a Graphql Request and I can see the library supports the graphql request as here https://github.com/bold-commerce/go-shopify/blob/25ac74adf2a23bd53db57d8c22ce0a217cdc34b6/goshopify.go#L127

But when I use the latest v3 import "github.com/bold-commerce/go-shopify/v3" as per docs and check the code vendor/github.com/bold-commerce/go-shopify/v3/goshopify.go it's different than the GitHub repo and there is no Graphql Property exists.

oliver006 commented 9 months ago

Oooooops, it's been a while since the last releae. I just cut https://github.com/bold-commerce/go-shopify/releases/tag/v3.16.0 - try that one and let me know if it works.