@pintahub/shopify-api 2.1.6 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,9 @@ class SearchMetaObjects extends ActionBuilder_1.ActionBuilder {
20
20
  metaobjects(type: "${type}", first: 200) {
21
21
  nodes {
22
22
  id
23
+ displayName
24
+ type
25
+ handle
23
26
  }
24
27
  pageInfo {
25
28
  endCursor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",