@evenicanpm/storefront-graphql-codegen 1.2.0 → 1.2.1

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.
@@ -56,9 +56,6 @@ const DELETE_SEARCH_WORD_SYNONYM = gql`
56
56
  mutation deleteSearchWordSynonym($id: ID!) {
57
57
  deleteSearchWordSynonym(id: $id) {
58
58
  id
59
- searchWordId
60
- synonym
61
- status
62
59
  }
63
60
  }
64
61
  `;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@evenicanpm/storefront-graphql-codegen",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",
7
7
  "license": "ISC",
8
- "gitHead": "6a95e9f84f48a7e1e96bfdf4ee1a766a7d8808b6",
8
+ "gitHead": "05e037ddd9e776f5f41bbd487d16a1c1bb2a179b",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "codegen:insecure": "NODE_TLS_REJECT_UNAUTHORIZED=0 npm run codegen",