- Interact with shopify store via apps and GraphQL Admin APIs.
- For publications store must have catalogs.
- Creates required webhooks on the store via APIs.
client := client.NewClient("storename", "access-token", "2025-10", nil)
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
// To use queris, mutations and webhooks refer to docs bellow.- All queries and mutations docs are in docs folder.