We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61c99a commit 39a9eb1Copy full SHA for 39a9eb1
2 files changed
Changes
@@ -0,0 +1,4 @@
1
+2026-04-16 v0.0.2
2
+--------------------
3
+* Add support for executing bulk queries
4
+* Add #mutation method, which is the same as #create
lib/shopify_api/graphql/bulk/version.rb
@@ -3,7 +3,7 @@
module ShopifyAPI
module GraphQL
5
module Bulk
6
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
7
end
8
9
0 commit comments